I want to build a .NET application that can get an input of 2 lat/long points and return an output that specified the driving distance between the points. Appreciate suggestions for API's or methods to perform that task. Thanks
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.
|
|
2 api's spring to mind, the ESRI network task service and the google directions service. http://tasks.arcgisonline.com/arcgis/services http://code.google.com/apis/maps/documentation/javascript/v2/examples/index.html I'm sure Bing has one as well |
|||