public static interface TomtomMapCallback.OnRouteClickListener
Modifier and Type | Method and Description |
---|---|
void |
onRouteClick(Route route)
Called when the user clicks on the route.
|
void onRouteClick(@NonNull Route route)
route
- Selected route.