Forum Discussion
Calculate shortest path using ArcGIS
- Anonymous9 years ago
I'm not sure that the ArcGIS map can calculate anything for you - it will only display the Power BI result you give it.
You can calculate travel distance etc. (inc. waypoints) via the Google Map Directions API - see https://developers.google.com/maps/documentation/directions/ You feed it source and destination (and waypoint) locations and it will return distances, times etc as a JSON dataset.
But there are limits on how many queries you can make before you have to pay...
I'm not sure that the ArcGIS map can calculate anything for you - it will only display the Power BI result you give it.
You can calculate travel distance etc. (inc. waypoints) via the Google Map Directions API - see https://developers.google.com/maps/documentation/directions/ You feed it source and destination (and waypoint) locations and it will return distances, times etc as a JSON dataset.
But there are limits on how many queries you can make before you have to pay...
- a_mixed_life9 years agoResolver I
Thanks for this! I was trying to wrap my head around to see if this can be done via PowerBI. I know it can be done directly in ArcGIS but using Google Maps API might be a better solution.