DashCameraMode

Defines camera 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_FOLLOWING: Int = 0

Camera tracks the user's location with bearing.

Link copied to clipboard
const val MODE_NONE: Int

No camera tracking.

Link copied to clipboard
const val MODE_POINTS_OVERVIEW: Int = 3

Camera shows the overview of search results or any other points.

Link copied to clipboard
const val MODE_ROUTE_OVERVIEW: Int = 2

Camera shows an overview of the route.