AutomotiveCameraBehaviorOrientationMode enum

Defines the visual presentation modes for the camera orientation.

Values

mode2d → const AutomotiveCameraBehaviorOrientationMode

Displays the map in 2D view with the camera perpendicular to the Earth's surface. The camera looks straight down and rotates to match the vehicle's heading in tracking mode.

mode3d → const AutomotiveCameraBehaviorOrientationMode

Displays the map in 3D view with a tilted camera perspective. The camera uses a configurable tilt angle to provide depth perception.

modeNorthUp → const AutomotiveCameraBehaviorOrientationMode

Displays the map in north-up orientation where the top of the screen always points north, regardless of the vehicle's heading. The map rotates beneath the viewport instead of rotating the camera to match heading.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<AutomotiveCameraBehaviorOrientationMode>
A constant List of the values in this enum, in order of their declaration.