MapCamera.FieldOfView Property

Definition

Gets or sets the vertical angle of view that appears in the camera, in degrees.

public:
 property double FieldOfView { double get(); void set(double value); };
double FieldOfView();

void FieldOfView(double value);
public double FieldOfView { get; set; }
var double = mapCamera.fieldOfView;
mapCamera.fieldOfView = double;
Public Property FieldOfView As Double

Property Value

Double

double

The vertical angle of view that appears in the camera, in degrees.

Windows requirements

Remarks

The maximum and minimum values of field of view is the same in all views.

Property2D range3D rangeStreetside range
field of view1-1201-1201-120

Applies to