NavigationCameraState
public enum NavigationCameraState
Possible states which NavigationCamera
can have.
-
State when
NavigationCamera
does not execute any transitions.Such state is set after invoking
NavigationCamera.stop()
.Declaration
Swift
case idle
-
State when
NavigationCamera
transitions to theNavigationCameraState.following
state.Such state is set after invoking
NavigationCamera.follow()
.Declaration
Swift
case transitionToFollowing
-
State when
NavigationCamera
finished transition to the following state.Declaration
Swift
case following
-
State when
NavigationCamera
is transitioning to theNavigationCameraState.overview
state.Such state is set after invoking
NavigationCamera.moveToOverview()
.Declaration
Swift
case transitionToOverview
-
State when
NavigationCamera
finished transition to the overview state.Declaration
Swift
case overview