MapKit Mobile SDK

MMKMapInputListener

protocol MMKMapInputListener : NSObjectProtocol

Listener for user interactions with the map.

Summary

Instance methods

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

func onMapLongTap(with map: MMKMap, point: MMKPoint)
Called when a long tap occurred

Instance methods

onMapTap(with:point:)

func onMapTap(with map: MMKMap, point: MMKPoint)

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: MMKMap, point: MMKPoint)

Called when a long tap occurred.