DashCameraTrackingMode

Defines camera tracking modes for the Dash UI.

The available modes control how the camera follows the user's location or presents the map.

Types

Link copied to clipboard
annotation class CameraMode

Annotation for restricting allowed camera tracking mode values.

Properties

Link copied to clipboard
const val MODE_3D: Int = 3

Camera tracks the user's location in 3D mode.

Link copied to clipboard
const val MODE_NONE: Int

No camera tracking.

Link copied to clipboard
const val MODE_OVERVIEW: Int = 2

Camera shows an overview of the route or search results.

Link copied to clipboard
const val MODE_TRACKING: Int = 1

Camera tracks the user's location with bearing.

Link copied to clipboard
const val MODE_TRACKING_NORTH: Int = 0

Camera tracks the user's location facing north.