RouteClickListener

fun interface RouteClickListener

Interface for notifying about the Route being clicked.

Functions

Link copied to clipboard
abstract fun onRouteClick(route: Route)

Called when a given Route has been clicked.