Google Places API期间[]未显示

时间:2015-01-09 18:52:35

标签: json rest google-places-api

Google Places API新手。但我似乎无法获得“开放时间”#34;期间[]显示。来自Google Doc:

https://developers.google.com/maps/documentation/javascript/places#place_details

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:2)

对于这种类型的通话,似乎没有返回opening_hours。要获取地点详细信息,您需要拥有该地点placeId并拨打place.getDetails()

还有另一个应该有用的答案:https://stackoverflow.com/a/9523345/2141296