Google Geocoding API, free? [closed]

社会主义新天地 提交于 2019-12-11 20:16:16

问题


I found the the Google Geocoding API service which is very useful.
but in all sample appears necessary to put an argument called Key for provide the google Api Key. That implies that it involves costs, but I saw that it works well without this argoment. example:

https://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA

You can count on? they have any limitations?


回答1:


Usage Limits

The Google Geocoding API has the following limits in place:

Users of the free API:

  • 2,500 requests per 24 hour period.
  • 5 requests per second.

Google Maps API for Work customers:

  • 100,000 requests per 24 hour period.
  • 10 requests per second.


来源:https://stackoverflow.com/questions/29925050/google-geocoding-api-free

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