Package com.mapbox.navigation.ui.maps.camera.data      
  Types
Link copied to clipboard
                Options that impact the generation of the following frame.
Link copied to clipboard
                class MapboxNavigationViewportDataSource(mapboxMap: MapboxMap) : ViewportDataSource
Content copied to clipboard
Default implementation of ViewportDataSource to use with the NavigationCamera.
Link copied to clipboard
                Options that impact generation of frames.
Link copied to clipboard
                Options that impact the generation of the overview frame.
Link copied to clipboard
                data class ViewportData(val cameraForFollowing: CameraOptions, val cameraForOverview: CameraOptions)
Content copied to clipboard
Data object that carries the camera frames that NavigationCamera uses for transitions and continuous updates.
Link copied to clipboard
                Describes an object that provides desired camera positions to NavigationCamera.
Link copied to clipboard
                Observer that gets notified whenever ViewportData changes.