setTapListener abstract method

void setTapListener(
  1. UserLocationTapListener? tapListener
)

Sets/resets the tap listener.

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 setTapListener(UserLocationTapListener? tapListener);