NavigationCameraStateTransition

interface NavigationCameraStateTransition

Helper interface to provide navigation camera state transitions.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
transitionToFollowing
Link copied to clipboard
abstract fun transitionToFollowing(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Transition the camera to following state.
transitionToOverview
Link copied to clipboard
abstract fun transitionToOverview(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Transition the camera to overview state.
updateFrameForFollowing
Link copied to clipboard
abstract fun updateFrameForFollowing(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Transition that keeps following.
updateFrameForOverview
Link copied to clipboard
abstract fun updateFrameForOverview(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Transition that keeps showing overview.

Inheritors

MapboxNavigationCameraStateTransition
Link copied to clipboard