YMKMapObjectTapListener

protocol YMKMapObjectTapListener : NSObjectProtocol

If an event is not handled by the source object then it's propagated to its parent. This listener can be attached to any MapObject including MapObjectCollection.

Summary

Instance methods

func onMapObjectTap(with mapObject: YMKMapObject, point: YMKPoint) -> Bool
Returns true if the event was handled

Instance methods

onMapObjectTap(with:point:)

func onMapObjectTap(with mapObject: YMKMapObject, point: YMKPoint) -> Bool

Returns true if the event was handled. The event will not be propagated to the parent. Returns false if the event wasn't handled. The event will be propagated to the parent.


Предыдущая
Следующая