startNavigation

fun startNavigation(route: Route, destinationImage: BitmapDrawable? = null, traversedRouteColor: Int? = null, remainingRouteColor: Int? = null): RouteTracker?

Start navigation in the scene using a given route.

Parameters

route

The route to navigate.

destinationImage

The image drawable representing the destination.

traversedRouteColor

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

remainingRouteColor

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