我使用Google Places API來獲取附近的餐館,但我注意到結果中不包含網站地址(URL)和確切的照片網址。這裏是抽樣結果 I searched for resturants near Austrailia, the image shows sample response of "The Star" restaurant如何獲取Google Places API的地方網站和照片附近的搜索
如果我們通過谷歌的地方獲得同樣的地方「星」自動完成那麼做回網站URL(http://www.star.com.au/)和照片網址了。 有沒有辦法獲得結果中包含的網址(URL)和照片?
這是我使用的電話:
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=<lat,lng>&radius=500&type=restaurant&key=<api_key>
任何幫助將不勝感激
問題跟蹤器中的相關問題:[問題9312:錯誤:照片對象幾乎總是從所有請求中丟失](https://code.google.com/p/gmaps-api-issues/issues/detail?id= 9312) – geocodezip