Using the direction widget (Direction Widget | Map API | Android iOS SDKs | iOS SDKS | Mapping & location APIs & SDKs - Mappls), we can let the user add waypoints and select a route.
Upon clicking Start navigation, the following values are returned:
origin: DirectionPoint?,
destination: DirectionPoint?,
waypoints: List<DirectionPoint?>?,
directionsResponse: DirectionsResponse?,
selectedIndex: Int
How do you start guided navigation for the chosen route?