How to Get Lattitude and Longitude of US Interstate Exits programmatically?
Is there a way to do that using open source map / API (Google Map API, Microsoft Live Map API)? Or is there a way to traverse roads and junction from map files? (if I purchase commericial map data) Thanks. Edit: Either open source or API A possible solution based on openstreetmap depending on the quality of OSM data in the US. As described here "Exit ramps/slip roads should be tagged as highway=motorway_link or highway=primary_link" if you import the map data for the US (using osm2pgsql ) you can then select all motorway links. E.g. (selects based on my own data, i.e. very much outside US)