Interface MapObjectTapListener

com.yandex.mapkit.map

public interface MapObjectTapListener

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.

Methods

boolean onMapObjectTap( MapObject mapObject, Point point)

Returns true if the event was handled.

boolean onMapObjectTap( MapObject mapObject, Point point)

Returns true if the event was handled.

Method Detail

onMapObjectTap

public boolean onMapObjectTap (MapObject mapObject, Point point)

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.