List of surrounding cities within a given radius
2 answers
It's not a matter of a map. Suitable solution is to use php / Mysql
If you get data for required country from geonames and use it to create table. Then use the 'haversine' formula to select cities within the required radius. If you are using google maps this demo might help
+5
source to share