我必须使用google places api实现餐厅位置服务:
但结果与使用谷歌地图的近距离搜索非常不同:
我也尝试过雷达搜索请求,但它也不起作用。
答案 0 :(得分:1)
您可以使用Google地图PlacesService。
service = new google.maps.places.PlacesService(map);
service.nearbySearch(request, callback);
有关参数及其使用方法的更多详细信息, 检查:https://developers.google.com/maps/documentation/javascript/places