start Navigation
fun startNavigation(route: Route, destinationImage: BitmapDrawable, traversedRouteColor: Int? = null, remainingRouteColor: Int? = null): RouteTracker?
Start navigation on the map 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.