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

Types

Link copied to clipboard
class FollowingFrameOptions

Options that impact the generation of the following frame.

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.

Link copied to clipboard
class OverviewFrameOptions

Options that impact the generation of the overview frame.

Link copied to clipboard
data class ViewportData(val cameraForFollowing: CameraOptions, val cameraForOverview: CameraOptions)

Data object that carries the camera frames that NavigationCamera uses for transitions and continuous updates.

Link copied to clipboard
interface ViewportDataSource

Describes an object that provides desired camera positions to NavigationCamera.

Link copied to clipboard
fun interface ViewportDataSourceUpdateObserver

Observer that gets notified whenever ViewportData changes.