简体   繁体   English

Google Maps API的使用限制

[英]usage limits of google maps api

i want to use the google-maps-api v3 for the following tasks: 我想将google-maps-api v3用于以下任务:

  1. address-autocomplete in search field 搜索字段中的地址自动完成
  2. calculate distance from search input to search results (locations in my own database) 计算从搜索输入到搜索结果的距离(我自己的数据库中的位置)
  3. show the locations (with small distance) on a map 在地图上显示位置(距离很小)

I can show up to 25000 maps per day for free. 我每天最多可以免费显示25000张地图。 But what is with the features in task (1) and (2)? 但是任务(1)和(2)中的功能是什么? Are they limited? 他们有限吗?

You probably want just a Geocoding API. 您可能只需要地理编码API。 You can easily do the calculations in your own code (there are multiple libs for it). 您可以轻松地在自己的代码中进行计算(有多个库)。 Take a look at this article that compare geocoding apis . 看一下比较地理编码API的本文 Probably the one with the greatest limit is Yahoo. 雅虎是最大的限制。 Ops, the free one has been deprecated! 行动,免费的已弃用!

Go with Bing , instead. Bing一起去。 It has a limit of 30,000 queries 最多30,000个查询

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM