start Navigation
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.
destination Image
The image drawable representing the destination.
traversed Route Color
The color of the traversed route. If null, the default color will be used.
remaining Route Color
The color of the remaining route. If null, the default color will be used.