1 Answers

1
votes

You can use google map PlacesService.

service = new google.maps.places.PlacesService(map);
service.nearbySearch(request, callback);

For more details on parameter and how to use it, Check: https://developers.google.com/maps/documentation/javascript/places