Package com.yandex.mapkit.map

Interface MapObjectTapListener

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.

Summary

Methods

Type and modifiers

Method and Description

boolean

onMapObjectTap(@NonNull MapObject mapObject,
               @NonNull Point point)

Returns true if the event was handled.

Methods

onMapObjectTap

@UiThread
boolean onMapObjectTap(@NonNull MapObject mapObject,
                       @NonNull 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.


Предыдущая
Следующая
В этой статье: