sdk-maps / com.tomtom.online.sdk.map / TomtomMapCallback

TomtomMapCallback

interface TomtomMapCallback

An interface that provides types to interact with the map.

Types

OnCameraChangedListener

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).

OnCameraMoveCanceledListener

interface OnCameraMoveCanceledListener

A callback interface called when the camera transition was canceled.

OnCameraMoveFinishedListener

interface OnCameraMoveFinishedListener

A callback interface called when the camera transition finished and the camera became idle.

OnCameraMoveListener

interface OnCameraMoveListener

A callback interface called when the camera transition is in progress.

OnCameraMoveStartedListener

interface OnCameraMoveStartedListener

A callback interface called when the camera transition started.

OnCircleClickListener

interface OnCircleClickListener

A callback interface called when the user clicks on the circle.

OnMapChangedListener

interface OnMapChangedListener

A callback interface called when the map is changed, e.g., a new frame is rotated or new camera parameters are set.

OnMapClickListener

interface OnMapClickListener

A callback interface called when the user clicks on the map.

OnMapDoubleClickListener

interface OnMapDoubleClickListener

A callback interface called when the user performs a double-click action on the map.

OnMapDragListener

interface OnMapDragListener

The communication between the core and API interface.

OnMapLongClickListener

interface OnMapLongClickListener

A callback interface called when the user long clicks on the map.

OnMapPanningListener

interface OnMapPanningListener

A callback interface called when the user does panning on the map.

OnMapRotateListener

interface OnMapRotateListener

A callback interface called when the user rotates the map.

OnMapTapListener

interface OnMapTapListener

The communication between the core and API interface.

OnMapViewPortChanged

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).

OnMarkerClickListener

interface OnMarkerClickListener

A callback interface called when the user clicks on the marker.

OnMarkerDragListener

interface OnMarkerDragListener

A callback interface used when the user clicks on the marker.

OnPolygonClickListener

interface OnPolygonClickListener

A callback interface called when the user clicks on the polygon.

OnPolylineClickListener

interface OnPolylineClickListener

A callback interface called when the user clicks on the polyline.

OnRouteClickListener

interface OnRouteClickListener

A callback interface called when the user clicks on the route.