标签: javascript google-maps google-maps-api-3
我想知道有没有办法找到最近的地方,如医院,巴士站,健身房等。
PS:我使用MySQL数据库,只有当前位置lat long将存储在我的数据库中我应该从API获取所有最近的位置
提前致谢
答案 0 :(得分:1)
您必须使用REST Google Places API。
"附近的搜索请求"
实施例: 获取https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=500&types=food&name=cruise&key=AddYourOwnKeyHere
Documentation here