How to get all GPS coordinates between start and end points of a route for Google Maps?
1 answer
Everyone wants this, except the owner of this data. (TomTom / TeleAtlas via Google). You usually cannot get this through the official api. There is or was a private web service from Google that sends the route compressed and decoded.
But legally, you cannot get this data.
If you need vector data (coordinates) like this, you should use OpenStreetMap
via Api like RouteMe
.
+5
source to share