我试图找到一个合适的Google Places API
来接收My Location
并返回附近的restaurants
。
目前,我已经能够找到特定的餐馆"特别是"城市。
https://maps.googleapis.com/maps/api/place/textsearch/xml?query=restaurants+in+Sydney&sensor=true&key=*MyKey*
有没有办法实现这个?
答案 0 :(得分:2)
这是你在找什么?
https://maps.googleapis.com/maps/api/place/search/xml?location=49.260691,-123.137784&radius=500&sensor=false&key=*PlacesAPIKey*&types=restaurant
类型是可选的