Interface InputListener

com.yandex.mapkit.map

public interface InputListener

Listener for user interactions with the map.

Methods

void onMapLongTap( Map map, Point point)

Called when a long tap occurred.

void onMapTap( Map map, Point point)

Called when a tap occurred unless a tap was handled by geo objects or map objects.

void onMapLongTap( Map map, Point point)

Called when a long tap occurred.

void onMapTap( Map map, Point point)

Called when a tap occurred unless a tap was handled by geo objects or map objects.

Method Detail

onMapLongTap

public void onMapLongTap (Map map, Point point)

Called when a long tap occurred.

onMapTap

public void onMapTap (Map map, Point point)

Called when a tap occurred unless a tap was handled by geo objects or map objects.

param@ position absolute screen coordinates