interface OnRouteClickListener
A callback interface called when the user clicks on the route.
onRouteClick
abstract fun onRouteClick(route: Route): Unit
Called when the user clicks on the route.