NavigationCameraState

enum NavigationCameraState : Enum<NavigationCameraState>

Set of possible NavigationCamera states.

Entries

IDLE
Link copied to clipboard
Describes state when NavigationCamera does not execute any transitions.
TRANSITION_TO_FOLLOWING
Link copied to clipboard
Describes state when NavigationCamera transitions to the FOLLOWING state.
FOLLOWING
Link copied to clipboard
Describes state when NavigationCamera finished transition to the following state.
TRANSITION_TO_OVERVIEW
Link copied to clipboard
Describes state when NavigationCamera transitions to the OVERVIEW state.
OVERVIEW
Link copied to clipboard
Describes state when NavigationCamera finished transition to the overview state.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: NavigationCameraState): 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<NavigationCameraState>
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