NavigationMapViewMode

Defines all possible navigation view modes to follow user's location during navigation. Gestures are disabled when using these modes except for GUIDANCE_VIEW_FREE mode : In this mode, gestures are enabled and view does not follow user's location.

Entries

Link copied to clipboard

Does not modify view's tilt and zoom level

Link copied to clipboard

Forces view's tilt to a specific tilt angle for navigation and sets zoom level to specified Navigation.zoomLevel3D

Link copied to clipboard

Forces view's tilt to 0 and sets zoom level to specified Navigation.zoomLevel2D

Link copied to clipboard

Forces view's tilt and view's rotation to 0 and doesn't modify view's zoom. Vehicle is in view's center

Link copied to clipboard

Automatic view's setting based on vehicle's speed. In guidance mode, it also takes into account distance to next instruction

Link copied to clipboard

Navigation engine does not modify any view parameters. Gestures are enabled and view does not follow user's location

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Byte

Native sdk enum value.

Functions

Link copied to clipboard

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

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