What I'm trying to do is have two edit boxes for source and destination. Based on those two locations I need to draw the route on an ArcGIS map in Android. Any ideas or suggestions would be greatly appreciated!
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
The Basic algorithm is as follows:
If you want to stick to the ESRI stack, ArcGIS Online has Geocoding, as well as Network Analyst services available. In the OpenSource Stack, you have several options like gisgraphy, OpenStreetMaps' Nominatim, MapQuest geocoder etc. You could even host your own. As for routing you could host your own pgRouting or use something like MapQuest's OpenDirection API Please note that most of these online services have some kind of limits on them. You need to be aware of them, and make sure that you do not run afoul of their Terms & Conditions. |
|||
|