YMKLayersGeoObjectTapListener

@protocol YMKLayersGeoObjectTapListener <NSObject>

Retrieves the brief geoObject info when an object is tapped.

Summary

Instance methods

- (BOOL)onObjectTapWithEvent:(nonnull YMKGeoObjectTapEvent *)event;
Listener that retrieves brief geoObject info for the tapped object

Instance methods

onObjectTapWithEvent:

- (BOOL)onObjectTapWithEvent:(nonnull YMKGeoObjectTapEvent *)event;

Listener that retrieves brief geoObject info for the tapped object. Returns false if the event wasn't handled. The event will be propagated to the map.