I have a garmin gps.  It has only the highways in the map, none of the
back roads.  I use it on my motorcycle.  Previously, I have been
creating the routes in microsoft mappoint, telling the software that I
only have 1 gallon of gas and get 1 mpg, and to warn me when I have .9
gallons remaining.  I then wrote a program to use the MapPoint api to
get the coordinates of all of the gas stops, plus the start and end
coordinate.  I then use those to create a file I can import into the
GPS.  I don't actually see roads, but it's close enough that I seldom
miss turns.  However, I like the google drag-n-drop interface to
modify the route between points.  But in order to be able to use this
with my gps, I need the coordinates of basically every point that the
goole maps screen has for it's direction line.  So if a road makes
three left turns, but never changes names, the directions coordinate
is the start of the road, but I need the coordinates of all three left
turns as well.

Is there any way to get this using the google API?  I know if I draw
the line myself, I can get the coordinates of the polyline I draw.
But can I get the coordinates of the polyline googles routing draws?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to