NavigationCoordinationMode

@MapboxExperimental
object NavigationCoordinationMode

NavCoordinationMode is an object that defines constants and an annotation for specifying navigation coordination modes. These modes are used to configure navigation behavior in the application.

Types

Link copied to clipboard

Annotation to restrict the values of navigation coordination mode to the predefined constants: DISABLED, COORDINATION, and COORDINATION_HD_LITE.

Properties

Link copied to clipboard
const val COORDINATION: String

Represents the standard navigation coordination mode.

Link copied to clipboard

Represents the HD Lite navigation mode.

Link copied to clipboard
const val DISABLED: String

Represents the disabled navigation coordination mode.