YMKMapInputListener

@protocol YMKMapInputListener <NSObject>

Listener for user interactions with the map.

Summary

Instance methods

- (void)onMapTapWithMap:(nonnull YMKMap *)map point:(nonnull YMKPoint *)point;
Called when a tap occurred unless a tap was handled by geo objects or map objects

- (void)onMapLongTapWithMap:(nonnull YMKMap *)map
                      point:(nonnull YMKPoint *)point;

Called when a long tap occurred

Instance methods

onMapTapWithMap:point:

- (void)onMapTapWithMap:(nonnull YMKMap *)map point:(nonnull YMKPoint *)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 YMKMap *)map
                      point:(nonnull YMKPoint *)point;

Called when a long tap occurred.