Is it possible to determine the nearest populated points relative to a given point using Google Maps API? Not one nearest city, but several. A geocoder determines only one nearest city, but it is necessary as a minimum of 3. So far the only solution is to take the base of the settlements with coordinates and where to determine the nearest cities in an estimated way.

    1 answer 1

    We need to take some radius and specify several queries for points in a circle with a given radius. The radius can be increased if one city is defined for all points.