Find locations on a Google map within 5 km of a given point

Hey, I just want to collect places in the Google Maps database that are within a radius of 5 km from this point. I will store them in a database for further processing ..... this can be done ... thanks ... how to get the longitude and latitude of points with the right circle ...

+3
source share
1 answer

You can use PlaceSearches with parameter:radius

+3
source

All Articles