YMKMapInputListener

protocol YMKMapInputListener : NSObjectProtocol

Listener for user interactions with the map.

Summary

Instance methods

func onMapTap(with map: YMKMap, point: YMKPoint)
Called when a tap occurred unless a tap was handled by geo objects or map objects

func onMapLongTap(with map: YMKMap, point: YMKPoint)
Called when a long tap occurred

Instance methods

onMapTap(with:point:)

func onMapTap(with map: YMKMap, point: YMKPoint)

Called when a tap occurred unless a tap was handled by geo objects or map objects. param@ position absolute screen coordinates


onMapLongTap(with:point:)

func onMapLongTap(with map: YMKMap, point: YMKPoint)

Called when a long tap occurred.


Предыдущая
Следующая