MapCamera.FieldOfView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Property | 2D range | 3D range | Streetside range |
---|---|---|---|
field of view | 1-120 | 1-120 | 1-120 |