Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of surrounding towns within a given radius

Is it possible to get a list of surrounding "towns" within a given radius? Can someone please give me some pointers for this if it can be done? Thanks!

like image 867
Zishan Neno Avatar asked Sep 10 '25 10:09

Zishan Neno


1 Answers

Google Maps doesn't allow this.

However, you can use geonames.org, but even they don't have a list of nearby towns. The way to do it appears to be

  1. get a list of nearby postcodes

  2. look up the placename for each postcode

  3. remove the duplicates

Find Nearby Postal codes

Postal code search

like image 112
Andrew Leach Avatar answered Sep 13 '25 00:09

Andrew Leach