CameraMode

Contains the variety of camera modes which determine how the camera will track the user location.

Types

Link copied to clipboard
annotation class Mode
Determine the camera tracking behavior in the LocationComponent.

Properties

Link copied to clipboard
val NONE: Int = 8
No camera tracking.
Link copied to clipboard
val NONE_COMPASS: Int = 16
Camera does not track location, but does track compass bearing.
Link copied to clipboard
val NONE_GPS: Int = 22
Camera does not track location, but does track GPS Location bearing.
Link copied to clipboard
val TRACKING: Int = 24
Camera tracks the user location.
Link copied to clipboard
Camera tracks the user location, with bearing provided by a compass.
Link copied to clipboard
val TRACKING_GPS: Int = 34
Camera tracks the user location, with bearing provided by a normalized getBearing.
Link copied to clipboard
Camera tracks the user location, with bearing always set to north (0).