OnRouteClickListener

fun interface OnRouteClickListener

Interface for notifying about the Route being clicked.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

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

Called when a given Route has been clicked.