How do I get the coordinate list for street tracks using the Google Maps API?

Is there a way to get information about streets in a given radius around a certain point on the map. In particular, for each street covered by my half radius of half a million, I would like to get a list of coordinates that indicate the path of each street.

Does this offer the Google Maps Google API? If not, is there another service other than Google Maps that does this?

+4
source share

Source: https://habr.com/ru/post/1547844/


All Articles