Class CameraOptions
Mutable camera descriptor used for camera snapshots and commands.
public sealed record CameraOptions : IEquatable<CameraOptions>
- Inheritance
-
CameraOptions
- Implements
- Inherited Members
Remarks
Compares and hashes by property value; keep an instance unmodified while it is a key in a hash-based collection.
Properties
Anchor
Input-only screen point the camera pivots around. Jump, ease, and fly honor it; every read path leaves it null.
public ScreenPoint? Anchor { get; set; }
Property Value
Bearing
public double? Bearing { get; set; }
Property Value
Center
public LatLng? Center { get; set; }
Property Value
CenterAltitude
public double? CenterAltitude { get; set; }
Property Value
FieldOfView
public double? FieldOfView { get; set; }
Property Value
Padding
public EdgeInsets? Padding { get; set; }
Property Value
Pitch
public double? Pitch { get; set; }
Property Value
Roll
public double? Roll { get; set; }
Property Value
Zoom
public double? Zoom { get; set; }