Package com.mapbox.navigation.ui.camera

Types

Camera
Link copied to clipboard
abstract class Camera
This class handles calculating camera's zoom and tilt properties while routing.
CameraAnimationDelegate
Link copied to clipboard
open class CameraAnimationDelegate
CameraOverviewCancelableCallback
Link copied to clipboard
open class CameraOverviewCancelableCallback : MapboxMap.CancelableCallback
CameraUpdateMode
Link copied to clipboard
enum CameraUpdateMode : Enum<CameraUpdateMode>
This class is passed to NavigationCameraUpdate to determine the update's behavior when passed to NavigationCamera.
DynamicCamera
Link copied to clipboard
open class DynamicCamera : SimpleCamera
Extension that recalculates the camera position on each progress update.
NavigationCamera
Link copied to clipboard
open class NavigationCamera
Updates the map camera while navigating.
NavigationCameraTrackingChangedListener
Link copied to clipboard
open class NavigationCameraTrackingChangedListener : OnCameraTrackingChangedListener
NavigationCameraTransitionListener
Link copied to clipboard
open class NavigationCameraTransitionListener : OnLocationCameraTransitionListener
NavigationCameraUpdate
Link copied to clipboard
open class NavigationCameraUpdate
Used with update.
OnTrackingModeChangedListener
Link copied to clipboard
interface OnTrackingModeChangedListener
Use this listener to observe changes in the NavigationCamera tracking mode.
OnTrackingModeTransitionListener
Link copied to clipboard
interface OnTrackingModeTransitionListener
Listener that gets invoked when the navigation camera finishes a transition to a new tracking mode.
ResetCancelableCallback
Link copied to clipboard
open class ResetCancelableCallback : MapboxMap.CancelableCallback
RouteInformation
Link copied to clipboard
data class RouteInformation(route: DirectionsRoute?, location: Location?, routeProgress: RouteProgress?)
This class holds all information related to a route and a user's progress along the route.
SimpleCamera
Link copied to clipboard
open class SimpleCamera : Camera
The default camera used by MapboxNavigation.