interface TomtomMapCallback
An interface that provides types to interact with the map.
interface OnCircleClickListener
A callback interface called when the user clicks on the circle. |
|
interface OnMapChangedListener
A callback interface called when the map is changed, e.g., a new frame is rotated or new camera parameters are set. |
|
interface OnMapClickListener
A callback interface called when the user clicks on the map. |
|
interface OnMapDoubleClickListener
A callback interface called when the user performs a double-click action on the map. |
|
interface OnMapLongClickListener
A callback interface called when the user long clicks on the map. |
|
interface OnMapPanningListener
A callback interface called when the user does panning on the map. |
|
interface OnMapRotateListener
A callback interface called when the user rotates the map. |
|
interface OnMapViewPortChanged
A callback interface called when the map view port moves. It is executed each time the user interacts with the map (e.g., the map is panned or zoomed). |
|
interface OnMarkerClickListener
A callback interface called when the user clicks on the marker. |
|
interface OnMarkerDragListener
A callback interface used when the user clicks on the marker. |
|
interface OnPolygonClickListener
A callback interface called when the user clicks on the polygon. |
|
interface OnPolylineClickListener
A callback interface called when the user clicks on the polyline. |
|
interface OnRouteClickListener
A callback interface called when the user clicks on the route. |