How to find the nearest cities in Google map API
问题 I want to find the nearest cities in the Australia which city i gave for example In this look out the examples. I tried wit h Google API but no use .How can i achieve like this. Could you help me? code is var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); var request = { location: fenway, radius: 500, types: ['store'] }; var service = new google.maps.places.PlacesService(map); service.search(request, callback); function callback(results, status) { if (status ==