addRouteViewListener abstract method

void addRouteViewListener(
  1. RouteViewListener routeViewListener
)

Add this listener if you wish to handle taps on routes.

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

Implementation

void addRouteViewListener(
    navigation_automotive_layer_route_view.RouteViewListener
        routeViewListener);