Package com.tomtom.sdk.maps.display.gesture

Types

Link copied to clipboard
interface GesturesController

Controls gestures related to the user interactions on the TomTomMap. It allows to enable and disable certain gestures as well as listen for certain gesture events.

Link copied to clipboard
enum GestureType : Enum<GestureType>

Defines the configurable gestures.

Link copied to clipboard
interface MapGestureListener

Base abstract listener interface for all gestures which can be recognized on the map.

Link copied to clipboard
fun interface OnMapClickListener : MapGestureListener

Interface for notifying about the TomTomMap being clicked (tapped) at certain GeoCoordinate.

Link copied to clipboard
fun interface OnMapDoubleClickListener : MapGestureListener

Interface for notifying about the double click (double tap) gesture applied on the TomTomMap.

Link copied to clipboard
fun interface OnMapLongClickListener : MapGestureListener

Interface for notifying about the long press gesture applied on the TomTomMap.

Link copied to clipboard
interface OnMapPanningListener : MapGestureListener

Interface for notifying about the map panning events.