标签: javascript maps google-places-api
我正在尝试使用Google Places API查找给定邮政编码附近的学校。我在API调用中使用的经度/纬度与Google Maps网站返回的纬度/经度相同,但是学校列表几乎相差80%。
我的API调用如下所示
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=51.515176,-0.148573&type=school&key=API_KEY&radius=4829
我该怎么做才能从Google Places API获得更准确的结果,最好是与maps.google.com返回的列表相同?