CameraTrackingMode

enum CameraTrackingMode : Enum<CameraTrackingMode>

Identifies the position tracking mode of the camera.

Important: This is a Public Preview API. It may be changed or removed at any time.

Entries

Link copied to clipboard

The camera follow the current position and also adjusts the camera properties so it looks at the heading of the current location. It's a typical mode used for in-dash navigation.

Link copied to clipboard

The camera follows the current position, but properties like tilt or zoom remain unmodified.

Link copied to clipboard

The camera does not track the current position (aka the current location).

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int