onMapObjectTap abstract method

bool onMapObjectTap(
  1. MapObject mapObject,
  2. 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.

Implementation

core.bool onMapObjectTap(mapkit_map_map_object.MapObject mapObject,
    mapkit_geometry_point.Point point);