CameraUpdateMode

enum CameraUpdateMode : Enum<CameraUpdateMode>

This class is passed to NavigationCameraUpdate to determine the update's behavior when passed to NavigationCamera.

Entries

DEFAULT
Link copied to clipboard
For a given NavigationCameraUpdate, this default mode means the NavigationCamera will ignore the update when tracking is already enabled.
OVERRIDE
Link copied to clipboard
For a given NavigationCameraUpdate, this override mode means the NavigationCamera will stop tracking (if tracking) and execute the given update animation.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: CameraUpdateMode): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<CameraUpdateMode>
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
val name: String
ordinal
Link copied to clipboard
val ordinal: Int