MovementMode

annotation class MovementMode

Available camera movement modes.

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

FollowGpsPosition
Link copied to clipboard
val FollowGpsPosition: Int
Camera follows the GPS position.
FollowGpsPositionWithAutozoom
Link copied to clipboard
val FollowGpsPositionWithAutozoom: Int
Free
Link copied to clipboard
val Free: Int
The camera movement is free.