public interface TomtomMapCallback
Modifier and Type | Interface and Description |
---|---|
static interface |
TomtomMapCallback.OnCircleClickListener
A callback interface called when the user clicks on the circle.
|
static interface |
TomtomMapCallback.OnMapChangedListener
A callback interface called when the map is changed, e.g., a new frame is rotated or new camera
parameters are set.
|
static interface |
TomtomMapCallback.OnMapClickListener
A callback interface called when the user clicks on the map.
|
static interface |
TomtomMapCallback.OnMapLongClickListener
A callback interface called when the user long clicks on the map.
|
static interface |
TomtomMapCallback.OnMapViewPortChanged
A callback interface called when the map view port moves.
|
static interface |
TomtomMapCallback.OnMarkerClickListener
A callback interface called when the user clicks on the marker.
|
static interface |
TomtomMapCallback.OnMarkerDragListener
A callback interface used when the user clicks on the marker.
|
static interface |
TomtomMapCallback.OnPolygonClickListener
A callback interface called when the user clicks on the polygon.
|
static interface |
TomtomMapCallback.OnPolylineClickListener
A callback interface called when the user clicks on the polyline.
|
static interface |
TomtomMapCallback.OnRouteClickListener
A callback interface called when the user clicks on the route.
|