How to get all GPS coordinates between start and end points of a route for Google Maps?

Is there a way online that I can use to get all the gps points on a route between two points on a google map? that is, if I give a starting point and a destination, I need to get all the GPS points on that particular route.

+3


source to share


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







All Articles