MMKMapInputListener
protocol MMKMapInputListener : NSObjectProtocol |
Listener for user interactions with the map.
Summary
Instance methods
func onMapTap(with map: MMKMap, point: MMKPoint) |
func onMapLongTap(with map: MMKMap, point: MMKPoint) |
Instance methods
onMapTap(with:point:)
Called when a tap occurred unless a tap was handled by geo objects or map objects. param@ position absolute screen coordinates
onMapLongTap(with:point:)
Called when a long tap occurred.