See: Description
| Interface | Description |
|---|---|
| MapboxMap.CancelableCallback |
Interface definition for a callback to be invoked when a task is complete or cancelled.
|
| MapboxMap.InfoWindowAdapter |
Interface definition for a callback to be invoked when an info window will be shown.
|
| MapboxMap.OnCameraChangeListener |
Interface definition for a callback to be invoked when the camera changes position.
|
| MapboxMap.OnFlingListener |
Interface definition for a callback to be invoked when the map is flinged.
|
| MapboxMap.OnFpsChangedListener |
Interface definition for a callback to be invoked when a frame is rendered to the map view.
|
| MapboxMap.OnInfoWindowClickListener |
Interface definition for a callback to be invoked when the user clicks on an info window.
|
| MapboxMap.OnInfoWindowCloseListener |
Interface definition for a callback to be invoked when a marker's info window is closed.
|
| MapboxMap.OnInfoWindowLongClickListener |
Interface definition for a callback to be invoked when the user long presses on a marker's info window.
|
| MapboxMap.OnMapClickListener |
Interface definition for a callback to be invoked when the user clicks on the map view.
|
| MapboxMap.OnMapLongClickListener |
Interface definition for a callback to be invoked when the user long clicks on the map view.
|
| MapboxMap.OnMarkerClickListener |
Interface definition for a callback to be invoked when the user clicks on a marker.
|
| MapboxMap.OnMarkerViewClickListener |
Interface definition for a callback to be invoked when the user clicks on a MarkerView.
|
| MapboxMap.OnMyBearingTrackingModeChangeListener |
Interface definition for a callback to be invoked when the the My Location tracking mode changes.
|
| MapboxMap.OnMyLocationChangeListener |
Interface definition for a callback to be invoked when the the My Location view changes location.
|
| MapboxMap.OnMyLocationTrackingModeChangeListener |
Interface definition for a callback to be invoked when the the My Location tracking mode changes.
|
| MapboxMap.OnScrollListener |
Interface definition for a callback to be invoked when the map is scrolled.
|
| MapboxMap.SnapshotReadyCallback |
Interface definition for a callback to be invoked when the snapshot has been taken.
|
| MapView.OnMapChangedListener |
Interface definition for a callback to be invoked when the displayed map view changes.
|
| OnMapReadyCallback |
Interface definition for a callback to be invoked when the map is ready to be used.
|
| Class | Description |
|---|---|
| MapboxMap |
The general class to interact with in the Android Mapbox SDK.
|
| MapboxMap.MarkerViewAdapter<U extends MarkerView> |
Interface definition for a callback to be invoked when an MarkerView will be shown.
|
| MapboxMapOptions |
Defines configuration MapboxMapMapOptions for a MapboxMap.
|
| MapFragment |
Fragment wrapper around a map view.
|
| MapView |
A
MapView provides an embeddable map interface. |
| Projection |
A projection is used to translate between on screen location and geographic coordinates on
the surface of the Earth.
|
| SupportMapFragment |
Support Fragment wrapper around a map view.
|
| TrackingSettings |
Settings for the user location and bearing tracking of a MapboxMap.
|
| UiSettings |
Settings for the user interface of a MapboxMap.
|
| Annotation Type | Description |
|---|---|
| MapView.MapChange |
Definition of a map change event.
|