MapCameraState constructor
- GeoCoordinates targetCoordinates,
- GeoOrientation orientationAtTarget,
- double distanceToTargetInMeters,
- double zoomLevel,
Creates a new instance.
targetCoordinatesCamera's 'LookAt' target position in geodetic space.
Note: The altitude of the target point is ignored. Any subsequent camera updates and animations will consider the target point as being located on the ground.
orientationAtTargetCamera's orientation at target point.distanceToTargetInMetersDistance from the camera to the target point in meters.zoomLevelZoom level corresponding to the current distance to target.
Implementation
MapCameraState(this.targetCoordinates, this.orientationAtTarget, this.distanceToTargetInMeters, this.zoomLevel);