MapTrackingMode

Defines how the map camera tracks the user's location.

Each constant controls behaviors such as camera movement, zoom, tilt, and padding.

Entries

Link copied to clipboard

The camera does not follow the user's location.

Link copied to clipboard

The camera follows the user's location.

Link copied to clipboard

The camera follows the user's location.

Properties

Link copied to clipboard
val entries: EnumEntries<MapTrackingMode>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): MapTrackingMode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<MapTrackingMode>

Returns an array containing the constants of this enum type, in the order they're declared.