interface TomtomMapCallback
An interface that provides types to interact with the map.
interface OnCameraChangedListener
A callback interface called when the camera is changing. It is executed each time the user interacts with the map (e.g., the map is panned or zoomed). |
|
interface OnCameraMoveCanceledListener
A callback interface called when the camera transition was canceled. |
|
interface OnCameraMoveFinishedListener
A callback interface called when the camera transition finished and the camera became idle. |
|
interface OnCameraMoveListener
A callback interface called when the camera transition is in progress. |
|
interface OnCameraMoveStartedListener
A callback interface called when the camera transition started. |
|
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 OnMapDragListener
The communication between the core and API interface. |
|
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 OnMapTapListener
The communication between the core and API interface. |
|
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. |