Package com.mapbox.maps.plugin.viewport.state

Types

FollowPuckViewportState
Link copied to clipboard
interface FollowPuckViewportState : ViewportState

The ViewportState that tracks the location puck's position.

OverviewViewportState
Link copied to clipboard
interface OverviewViewportState : ViewportState

The ViewportState that shows an overview of the geometry specified by its OverviewViewportStateOptions.geometry.

ViewportState
Link copied to clipboard
interface ViewportState

ViewportState is used to observe the data source associated with the state and query the camera to keep updating according to current viewport data. ViewportState is also used by ViewportPlugin to orchestrate transitions to and from different states.

ViewportStateDataObserver
Link copied to clipboard
fun interface ViewportStateDataObserver

Observer that gets notified whenever new viewport data is available.