I would like to create a Python program using the ArcGIS API that takes in two coordinates or two addresses and creates a route between them. I have had a lot of trouble figuring out how I can take input and create stops with those input. I do know how to create a route once I have a set of stops, but creating the stops has been difficult. Any advice would be greatly appreciated.
Solved! Go to Solution.
That is usually the domain of arcpy
What is the Network Analyst module (arcpy.nax)—ArcGIS Pro | Documentation
and not the api for python
That is usually the domain of arcpy
What is the Network Analyst module (arcpy.nax)—ArcGIS Pro | Documentation
and not the api for python