Planning an app that helps coordinate logistics

279
2
06-19-2020 06:14 PM
TaylorRodieck
New Contributor

Hi there. I am planning an app that will help my employees figure out the path of least cost/distance/fuel when they need to complete jobs at multiple sites. What would be the best course of action for completing this? I was thinking about using spatial analyst to create buffers around each location and then intersecting each buffer with the nearest current road. Any ideas or suggestions would be greatly appreciated!

0 Kudos
2 Replies
DavidPike
MVP Frequent Contributor

What do you mean by App?

You definitely don't want to reinvent the wheel in any case.

ArcGIS Network Analyst | Overview 

0 Kudos
ErwinSoekianto
Esri Regular Contributor

Taylor, 

Most of the functionalities you mentioned are supported in ArcGIS Runtime SDK for Qt‌, this seems to be a valid case for a custom AppStudio app that is making use of the functionalities in ArcGIS Runtime SDK. You probably don't want to do all the calculations on the client-side (you could), it sounds like consuming the Network Analyst service is the best way forward. 

This is sample that show the Closest Facility functionality in ArcGIS Runtime, Find closest facility to multiple incidents (service) | ArcGIS for Developers 

Erwin 

0 Kudos