I would like to know if it is possible to get the total miles traveled (via road/interstate) in each state instead of the total miles only.

For example: From Chicago, IL to Atlanta, GA the total miles traveled in each state would be: IL=16 miles IN=284 miles KY=137 miles TN=152 miles GA=128 miles

From what I understand this is not possible in google maps api but I wanted to see if it is possible using anything else, Bing, YAhoo, Mapquest ???

Thanks for any help...

link|improve this question

Huh ? Don't understand the question. – JonH Jan 16 at 20:24
Since you use the word 'travel' in your question, I'm confused as to whether you want to measure distance using a direct path from the center of one city to the other (i.e. ignoring roads and airline routes), or whether you actually want some other kind of distance. In the former case, I'm not really sure how the resulting numbers would be meaningful/useful. – void-pointer Jan 16 at 20:27
Distance Traveled via the Road/Interstate. – compcobalt Jan 16 at 22:45
feedback

1 Answer

up vote 0 down vote accepted

You might be able to use the MapQuest Directions Service to come up with very basic/general distances for each state, but I'm not sure if the distances will be exact enough to fit your needs. Basically, the directions service returns driving directions in terms of "maneuvers" and you can make a request to the directions service that tells it to include crossing state boundaries in the maneuvers it returns. You may be able to parse the data that is returned to calculate the route distances between the "crossing into (state name)" maneuvers, but again, it might not be exact enough.

It might be worth a look. I've never done this before, but it's my first thought. The MapQuest Developer Network has forums, so it might be worth it to post the question there, too.

link|improve this answer
I will do just that. Thank you... – compcobalt Jan 19 at 17:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.