【发布时间】:2016-11-23 07:10:36
【问题描述】:
我可以使用 Google Places API 在我的 Android 应用程序中获取餐厅列表、时间安排、评分和显示它们。这是API
https://maps.googleapis.com/maps/api/place/search/json?location=13.0104611,80.2086226& radius=10000&types=cafe|restaurant&hasNextPage=true&nextPage()=true&sensor=false&key=MY_API_KEY
根据我的客户要求,用户应该能够从我的应用程序中对特定餐厅进行评分,这家餐厅是从上面的 Googel API 获得的。
请告诉我是否可以从上面的 API 给餐厅评分。提前致谢。
【问题讨论】:
标签: google-maps google-maps-api-3