Package com. mapbox. maps. plugin. viewport
Types
Completion Listener
Link copied to clipboard
fun interface CompletionListener
Content copied to clipboard
A listener that's notified when the action is completed.
Viewport Plugin
Link copied to clipboard
The ViewportPlugin provides a structured approach to organizing camera management logic into states and transitions between them.
Viewport Plugin Impl
Link copied to clipboard
Mapbox default implementation for ViewportPlugin.
Viewport Status
Link copied to clipboard
sealed class ViewportStatus
Content copied to clipboard
Represents the status of the viewport.
Viewport Status Observer
Link copied to clipboard
fun interface ViewportStatusObserver
Content copied to clipboard
Observer that gets notified whenever ViewportStatus changes.
Properties
DEFAULT_FOLLOW_PUCK_VIEWPORT_STATE_PITCH
Link copied to clipboard
DEFAULT_FOLLOW_PUCK_VIEWPORT_STATE_ZOOM
Link copied to clipboard
DEFAULT_STATE_ANIMATION_DURATION_MS
Link copied to clipboard
DEFAULT_TRANSITION_MAX_DURATION_MS
Link copied to clipboard
viewport
Link copied to clipboard
Extension val for MapView to get the ViewportPlugin instance.