display

fun display(route: Route, destinationImage: BitmapDrawable, routeColor: Int? = null): Unit?

Display a route in the scene.

Parameters

route

The route to be displayed.

destinationImage

The image drawable representing the destination.

routeColor

The color of the route. If null, the default color will be used.