2

我试图找到一个合适Google Places API的,可以接收My Location并返回附近的restaurants.

目前,我只能在“特定”城市找到餐馆。

https://maps.googleapis.com/maps/api/place/textsearch/xml?query=restaurants+in+Sydney&sensor=true&key=*MyKey*

有没有办法实现这一点?

4

1 回答 1

2

这是你想要的?

https://maps.googleapis.com/maps/api/place/search/xml?location=49.260691,-123.137784&radius=500&sensor=false&key=*PlacesAPIKey*&types=restaurant

类型是可选的

于 2012-08-15T17:54:17.780 回答