LocationDisplayAutoPanMode enum

An enumeration of the various modes that define how the map view extent reacts to location changes.

Inheritance

Constructors

LocationDisplayAutoPanMode()
const

Values

off → const LocationDisplayAutoPanMode

Displays the location symbol at the current location without adjusting the map view's extent, so no auto-panning is performed.

recenter → const LocationDisplayAutoPanMode

Centers the map view at the current location, and shows the location symbol. When the current location changes, the map view is automatically panned to re-center at the new location. Behavior is affected by the wander extent factor.

Pans the map view so that the current location symbol is shown near the bottom of the map view, and rotates the map view to align it with the direction of travel. When the current location or direction of travel changes the map view is automatically panned and rotated to maintain this position. To use this mode effectively, the device location must be moving at a speed greater than 0 meters per second. Behavior is affected by the navigation point height factor.

compassNavigation → const LocationDisplayAutoPanMode

Centers the map view at the current location, rotates the map view to align with the direction in which the device is currently, and shows the location symbol. When the current location or position of the device changes, the map view is automatically panned and rotated to maintain this position, thus if the device is spun in a circle, the map view stays aligned with the real world.

Properties

coreValue int
no setter
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<LocationDisplayAutoPanMode>
A constant List of the values in this enum, in order of their declaration.