Use Multiple Vehicle Routing problem result to create a navigation

328
0
09-07-2020 08:20 AM
MalindaWeeraratne
New Contributor

Hi,

I'm new to arcgis and wanted to do below development for a project.

We need to use arcgis REST Apis to find the optimized route for multiple vehicles and finally navigate each user with that result in a mobile app.

Once we found the optimized route from REST API, user can manually edit the route as well as per their wish. So the mobile app should display the amended route for each vehicle.

I know how to use REST API to calculate the optimized route, but couldn't find a way to pass it to create a RouteTask to display/create navigation in a mobile app.

I'm using below API to find the optimized route.

Vehicle Routing Problem service—ArcGIS REST API | ArcGIS for Developers 

and below service to create the RouteTask.

Find a route—ArcGIS Runtime SDK for Android | ArcGIS for Developers 

Appreciate if someone can provide some clues on which direction to check.

Thanks. 

0 Kudos
0 Replies