addPlacemarkTapListener abstract method

void addPlacemarkTapListener(
  1. NavigationLayerPlacemarkTapListener roadEventsListener
)

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

Implementation

void addPlacemarkTapListener(
    NavigationLayerPlacemarkTapListener roadEventsListener);