addRequestPointListener abstract method
Add this listener if you wish to handle taps on request points.
The class does not retain the object in the 'requestPointListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
Implementation
void addRequestPointListener(
navigation_automotive_layer_request_point_listener.RequestPointListener
requestPointListener);