Package-level declarations

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

Helper interface to provide navigation camera state transitions.

Link copied to clipboard

Helper interface to provide camera transition animations.

Link copied to clipboard

Options that impact the transition animation.

Link copied to clipboard
fun interface TransitionEndListener

A listener that is notified when a NavigationCamera transition ends.