MMKLayersGeoObjectTapListener
@protocol MMKLayersGeoObjectTapListener <NSObject> |
Retrieves the brief geoObject info when an object is tapped.
Summary
Instance methods
- (BOOL)onObjectTapWithEvent:(nonnull MMKGeoObjectTapEvent *)event; |
Instance methods
onObjectTapWithEvent:
- (BOOL)onObjectTapWithEvent:(nonnull MMKGeoObjectTapEvent *)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.