MMKMapInputListener
@protocol MMKMapInputListener <NSObject> |
Listener for user interactions with the map.
Summary
Instance methods
- (void)onMapTapWithMap:(nonnull MMKMap *)map point:(nonnull MMKPoint *)point; |
- (void)onMapLongTapWithMap:(nonnull MMKMap *)map |
Instance methods
onMapTapWithMap:point:
- (void)onMapTapWithMap:(nonnull MMKMap *)map point:(nonnull MMKPoint *)point; |
Called when a tap occurred unless a tap was handled by geo objects or map objects. param@ position absolute screen coordinates
onMapLongTapWithMap:point:
- (void)onMapLongTapWithMap:(nonnull MMKMap *)map |
Called when a long tap occurred.