【发布时间】:2016-02-24 08:14:36
【问题描述】:
我正在使用 Google Places API 来获取附近的餐馆,但我注意到结果不包括网站地址 (URL) 和确切的照片 URL。这是示例结果 I searched for resturants near Austrailia, the image shows sample response of "The Star" restaurant
如果我们通过 google 自动完成获得相同的地方“The Star”,那么它也会返回网站 URL(http://www.star.com.au/) 和照片 URL。 有没有办法获取结果中包含的网站地址(URL)和照片?
这是我正在使用的电话:
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=<lat,lng>&radius=500&type=restaurant&key=<api_key>
任何帮助将不胜感激
【问题讨论】:
标签: google-maps google-places-api