【发布时间】:2013-12-29 12:38:51
【问题描述】:
我试图使用 Google Places Api 获取纽约比萨餐厅的营业时间,但此参数从未返回。我总是得到这样的东西:
"icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/restaurant-71.png",
"id" : "73973bd1fac905f102ee1afe536594dc42bca5ff",
"name" : "Lombardi's Pizza",
"opening_hours" : {
"open_now" : false
},
当我在网络浏览器中使用 google 进行相同的文本查询时,我可以看到相同餐厅的营业时间。
其他人遇到过这个问题吗?可能是因为我没有在 Google Developers Console 中激活结算功能吗?
【问题讨论】: