Package com.mapbox.maps.plugin.viewport
Types
CompletionListener
Link copied to clipboard
fun interface CompletionListener
Content copied to clipboard
A listener that's notified when the action is completed.
ViewportPlugin
Link copied to clipboard
The ViewportPlugin provides a structured approach to organizing camera management logic into states and transitions between them.
ViewportPluginImpl
Link copied to clipboard
Mapbox default implementation for ViewportPlugin.
ViewportStatus
Link copied to clipboard
sealed class ViewportStatus
Content copied to clipboard
Represents the status of the viewport.
ViewportStatusObserver
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.