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

Types

FollowingFrameOptions
Link copied to clipboard
class FollowingFrameOptions
Options that impact the generation of the following frame.
MapboxNavigationViewportDataSource
Link copied to clipboard
class MapboxNavigationViewportDataSource(mapboxMap: MapboxMap) : ViewportDataSource
Default implementation of ViewportDataSource to use with the NavigationCamera.
class MapboxNavigationViewportDataSourceOptions
Options that impact generation of frames.
OverviewFrameOptions
Link copied to clipboard
class OverviewFrameOptions
Options that impact the generation of the overview frame.
ViewportData
Link copied to clipboard
data class ViewportData(cameraForFollowing: CameraOptions, cameraForOverview: CameraOptions)
Data object that carries the camera frames that NavigationCamera uses for transitions and continuous updates.
ViewportDataSource
Link copied to clipboard
interface ViewportDataSource
Describes an object that provides desired camera positions to NavigationCamera.
ViewportDataSourceUpdateObserver
Link copied to clipboard
fun fun interface ViewportDataSourceUpdateObserver
Observer that gets notified whenever ViewportData changes.