如何使用google places api获得相同的谷歌地图结果

时间:2017-01-24 08:51:13

标签: google-maps google-places-api

1 个答案:

答案 0 :(得分:1)

您可以使用Google地图PlacesService。

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

有关参数及其使用方法的更多详细信息, 检查:https://developers.google.com/maps/documentation/javascript/places