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
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 angle between
Location North(top of the image) and the direction of interest on the view plane in degrees in the range [0, 360).getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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