Package com.mapbox.navigation.ui.maps.camera.transition

Types

Link copied to clipboard
class MapboxNavigationCameraStateTransition(    mapboxMap: MapboxMap,     cameraPlugin: CameraAnimationsPlugin,     navigationCameraTransition: NavigationCameraTransition = MapboxNavigationCameraTransition(mapboxMap, cameraPlugin)) : NavigationCameraStateTransition

Helper class that provides default implementation of NavigationCameraStateTransition generators.

Link copied to clipboard
class MapboxNavigationCameraTransition(mapboxMap: MapboxMap, cameraPlugin: CameraAnimationsPlugin) : NavigationCameraTransition

Helper class that provides default implementation of NavigationCameraTransition generators.

Link copied to clipboard
interface NavigationCameraStateTransition

Helper interface to provide navigation camera state transitions.

Link copied to clipboard
interface NavigationCameraTransition

Helper interface to provide camera transition animations.

Link copied to clipboard
class NavigationCameraTransitionOptions

Options that impact the transition animation.

Link copied to clipboard
fun interface TransitionEndListener

A listener that is notified when a NavigationCamera transition ends.