After selecting route, how do you start guided navigation?

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?

Hi @devk for navigation related queries kindly connect with API Support team at apisupport@mapmyindia.com. API team will guide you. Navigation is our premium offering whose frameworks are available offline.

1 Like