Camera class
@ingroup navigine_dart_classes @ingroup navigine_dart_location_view
@brief Class describing position of the camera.
Referenced from @see LocationWindow "LocationWindow".
Dart code snippet: @snippet location_window_camera_example.dart dart_Camera_constructor
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- point ↔ Point
-
@brief point the camera is looking at @see Point "Point"
getter/setter pair
- rotation ↔ double
-
@brief Map azimuth in degrees: angle between
Location North(top of the image) and the direction of interest on the view plane, in the range [0, 360).getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tilt ↔ double
-
@brief Camera tilt in degrees. 0 means vertical downward (map seen from above).
Positive values tilt the eye toward the horizon; the renderer clamps tilt to device limits when applying.
getter/setter pair
- zoom ↔ double
-
@brief zoom level.
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