Interface | Description |
---|---|
DingiMap.CancelableCallback |
Interface definition for a callback to be invoked when a task is complete or cancelled.
|
DingiMap.InfoWindowAdapter |
Interface definition for a callback to be invoked when an info window will be shown.
|
DingiMap.OnCameraIdleListener |
Interface definition for a callback to be invoked for when camera movement has ended.
|
DingiMap.OnCameraMoveCanceledListener |
Interface definition for a callback to be invoked for when the camera's motion has been stopped or when the camera
starts moving for a new reason.
|
DingiMap.OnCameraMoveListener |
Interface definition for a callback to be invoked for when the camera changes position.
|
DingiMap.OnCameraMoveStartedListener |
Interface definition for a callback to be invoked for when the camera motion starts.
|
DingiMap.OnCompassAnimationListener |
Interface definition for a callback to be invoked for when the compass is animating.
|
DingiMap.OnFlingListener |
Interface definition for a callback to be invoked when the map is flinged.
|
DingiMap.OnFpsChangedListener |
Interface definition for a callback to be invoked when a frame is rendered to the map view.
|
DingiMap.OnInfoWindowClickListener |
Interface definition for a callback to be invoked when the user clicks on an info window.
|
DingiMap.OnInfoWindowCloseListener |
Interface definition for a callback to be invoked when a marker's info window is closed.
|
DingiMap.OnInfoWindowLongClickListener |
Interface definition for a callback to be invoked when the user long presses on a marker's info window.
|
DingiMap.OnMapClickListener |
Interface definition for a callback to be invoked when the user clicks on the map view.
|
DingiMap.OnMapLongClickListener |
Interface definition for a callback to be invoked when the user long clicks on the map view.
|
DingiMap.OnMarkerClickListener |
Interface definition for a callback to be invoked when the user clicks on a marker.
|
DingiMap.OnMarkerViewClickListener |
Interface definition for a callback to be invoked when the user clicks on a MarkerView.
|
DingiMap.OnMoveListener |
Interface definition for a callback to be invoked when the map is moved.
|
DingiMap.OnPolygonClickListener |
Interface definition for a callback to be invoked when the user clicks on a polygon.
|
DingiMap.OnPolylineClickListener |
Interface definition for a callback to be invoked when the user clicks on a polyline.
|
DingiMap.OnRotateListener |
Interface definition for a callback to be invoked when the map is rotated.
|
DingiMap.OnScaleListener |
Interface definition for a callback to be invoked when the map is scaled.
|
DingiMap.OnShoveListener |
Interface definition for a callback to be invoked when the map is tilted.
|
DingiMap.OnStyleLoadedListener |
Interface definition for a callback to be invoked when the style has finished loading.
|
DingiMap.SnapshotReadyCallback |
Interface definition for a callback to be invoked when the snapshot has been taken.
|
FocalPointChangeListener |
Interface definition of a callback that is invoked when the focal point will change.
|
MapFragment.OnMapViewReadyCallback |
Callback to be invoked when the map fragment has inflated its MapView.
|
MapView.OnCameraDidChangeListener |
Interface definition for a callback to be invoked when the map region did change.
|
MapView.OnCameraIsChangingListener |
Interface definition for a callback to be invoked when the camera is changing.
|
MapView.OnCameraWillChangeListener |
Interface definition for a callback to be invoked when the camera will change.
|
MapView.OnDidFailLoadingMapListener |
Interface definition for a callback to be invoked when the map is changing.
|
MapView.OnDidFinishLoadingMapListener |
Interface definition for a callback to be invoked when the map finished loading.
|
MapView.OnDidFinishLoadingStyleListener |
Interface definition for a callback to be invoked when the map has loaded the style.
|
MapView.OnDidFinishRenderingFrameListener |
Interface definition for a callback to be invoked when the map finished rendering a frame.
|
MapView.OnDidFinishRenderingMapListener |
Interface definition for a callback to be invoked when the map is changing.
|
MapView.OnSourceChangedListener |
Interface definition for a callback to be invoked when a map source has changed.
|
MapView.OnWillStartLoadingMapListener |
Interface definition for a callback to be invoked when the map will start loading.
|
MapView.OnWillStartRenderingFrameListener |
Interface definition for a callback to be invoked when the map will start rendering a frame.
|
MapView.OnWillStartRenderingMapListener |
Interface definition for a callback to be invoked when the map will start rendering the map.
|
OnMapReadyCallback |
Interface definition for a callback to be invoked when the map is ready to be used.
|
TelemetryDefinition |
Definition of TelemetryImpl collection
|
Class | Description |
---|---|
AttributionDialogManager |
Responsible for managing attribution interactions on the map.
|
DingiMap |
The general class to interact with in the Android DINGI SDK.
|
DingiMap.MarkerViewAdapter<U extends MarkerView> | Deprecated
Use a
SymbolLayer instead. |
DingiMapOptions |
Defines configuration DingiMapMapOptions for a DingiMap.
|
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.
|
UiSettings |
Settings for the user interface of a DingiMap.
|