addTapListener abstract method

void addTapListener(
  1. LayersGeoObjectTapListener tapListener
)

Adds a tap listener that is used to obtain brief geo object info.

The class does not retain the object in the 'tapListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

Implementation

void addTapListener(
    mapkit_layers_geo_object_tap_listener.LayersGeoObjectTapListener
        tapListener);