Interface | Description |
---|---|
MapChangeEventBatcher.MapChangeListener | |
MapTracker.MapExtentChangeListener | |
MapView.OnSizeChangedListener |
Interface definition for a callback to be invoked when the size of the displayed map view changes.
|
MapView.SurfaceTextureUpdatedListener |
Interface definition for updates to the map's SurfaceTexture.
|
Class | Description |
---|---|
MapboxMapTrafficPresenter | |
MapChangeEventBatcher |
Batches map move and resize events and notifies listeners once enough time has elapsed with no new events.
|
MapTracker |
Allows a handler to receive updates when the visible map area is changed.
|
MapView |
A
View for rendering an interactive map within an application. |
MyLocationPresenter | |
RoutePolylinePresenter | |
ZoomMapTracker |
Hooks into the MapChangeEventBatcher for efficient event listening
|