start Navigation
fun startNavigation(firstRoute: Route, destinationImage: BitmapDrawable? = null, traversedRouteColor: Int? = null, remainingRouteColor: Int? = null): RouteTracker
Starts navigation along the specified route.
Return
The route tracker instance.
Parameters
first Route
The first route to navigate.
destination Image
The image for the destination marker.
traversed Route Color
The color for the traversed route line. If null, a default color is used.
remaining Route Color
The color for the remaining route line. If null, a default color is used.