public interface TomtomMapCallback
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TomtomMapCallback.OnCircleClickListener
Callback interface for when the user clicks on the circle.
|
static interface |
TomtomMapCallback.OnMapChangedListener
Callback interface for when the map is changed, e.g.
|
static interface |
TomtomMapCallback.OnMapClickListener
Callback interface for when the user clicks on the map.
|
static interface |
TomtomMapCallback.OnMapLongClickListener
Callback interface for when the user long clicks on the map.
|
static interface |
TomtomMapCallback.OnMapViewPortChanged
Callback interface for when the map view port moves.
|
static interface |
TomtomMapCallback.OnMarkerClickListener
Callback interface for when the user clicks on the marker.
|
static interface |
TomtomMapCallback.OnPolygonClickListener
Callback interface for when the user clicks on the polygon.
|
static interface |
TomtomMapCallback.OnPolylineClickListener
Callback interface for when the user clicks on the polyline.
|
static interface |
TomtomMapCallback.OnRouteClickListener
Callback interface for when the user clicks on the route.
|