2

私は近くGoogle Places APIを取り込んで返す適切なものを見つけようとしました。My Locationrestaurants

現在、私は「特定の」都市でレストランしか見つけることができませんでした。

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 に答える