Google Places Library vs Google Places API

徘徊边缘 提交于 2019-12-10 14:28:56

问题


What is the different between the Google Places Library and the Google Places API? I see that with the API, the search limit per 24 hour period is 100,000 searches where the Library the limit is per user and not per API key. Is it possible to use the places library within an android application?


回答1:


The Google Places Library is part of the Google Maps Javascript API v3, meant to be used in applications using that.

The Google Places API is a web service.




回答2:


i recently learn't that you would want to use Google Places API when you want to do more than just query for places information, like add new places to the maps database. the limit is 1000/day per app key.

google places library is what u use when u just want to query for existing places. the limit is 25000/day per user.



来源:https://stackoverflow.com/questions/17093133/google-places-library-vs-google-places-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!