Package com. mapbox. maps. plugin. viewport
Types
CompletionListener
Link copied to clipboard
fun fun interface CompletionListener
Content copied to clipboard
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
ViewportStatus
Link copied to clipboard
ViewportStatusObserver
Link copied to clipboard
fun 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
The default pitch value for the follow puck viewport state.
DEFAULT_FOLLOW_PUCK_VIEWPORT_STATE_ZOOM
Link copied to clipboard
The default zoom value for the follow puck viewport state.
DEFAULT_STATE_ANIMATION_DURATION_MS
Link copied to clipboard
The default duration of the generated transitions set for the frame transition options.
DEFAULT_TRANSITION_MAX_DURATION_MS
Link copied to clipboard
The default maximum duration of the generated transitions set for the state transition options, including delays between animators and their respective durations.
viewport
Link copied to clipboard
Extension val for MapView to get the ViewportPlugin instance.