CameraMode

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

enum CameraMode : Enum<CameraMode>

Entries

NONE
Link copied to clipboard

No camera tracking.

NONE_COMPASS
Link copied to clipboard

Camera does not track location, but does track compass bearing.

NONE_GPS
Link copied to clipboard

Camera does not track location, but does track GPS Location bearing.

TRACKING
Link copied to clipboard

Camera tracks the user location.

TRACKING_COMPASS
Link copied to clipboard

Camera tracks the user location, with bearing provided by a compass.

TRACKING_GPS
Link copied to clipboard

Camera tracks the user location, with bearing provided by a normalized Location.getBearing.

TRACKING_GPS_NORTH
Link copied to clipboard

Camera tracks the user location, with bearing always set to north (0).

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: CameraMode): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<CameraMode>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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