MapCameraState class

Encapsulates state of the camera.

Constructors

MapCameraState(GeoCoordinates targetCoordinates, GeoOrientation orientationAtTarget, double distanceToTargetInMeters, double zoomLevel)
Creates a new instance.

Properties

distanceToTargetInMeters ↔ double
Distance from the camera to the target point in meters.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
orientationAtTarget GeoOrientation
Camera's orientation at target point.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
targetCoordinates GeoCoordinates
Camera's 'LookAt' target position in geodetic space.
getter/setter pair
zoomLevel ↔ double
Zoom level corresponding to the current distance to target.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited