gpt4 book ai didi

javascript - 谷歌地图/地点地理编码

转载 作者:行者123 更新时间:2023-11-29 21:20:59 27 4
gpt4 key购买 nike

目前我正在使用谷歌地图来实现自动完成和地理编码功能。

但是,我意识到 Google map 地理编码在大多数情况下都相当不准确,并且偶然发现了一些建议使用 Google Places API 的链接。

因为我实现的 Google Maps 方法是基于 Javascript 方法的,它不需要任何 API key 。因此,它没有太多限制,因为它是基于客户端限制的。

但是对于 Google Places,它似乎需要一个 API key 并且有一组不同的使用限制。

在我转换和探索 Google Places API 之前:

  1. 我可以知道是否有更好/准确的地理编码解决方案的更好的免费替代方案?
  2. 是否可以以类似于 Google map 的方式配置 Google Places 地理编码,以便在客户端级别保持使用限制?
  3. 或者有没有我可以尝试/考虑的策略。例如,创建一些 Google Places 帐户/API key ,并开发一些逻辑,例如(如果 apikey1 超出限制,切换到 api2 等。)?在此之前,是否可以分别通过入口或编码层面来跟踪或检测限流?

最佳答案

我可以知道是否有更好/准确的地理编码解决方案的更好的免费替代方案?

我认为 Google map 提供了最准确的免费地理编码服务。阅读此 SO thread ,如果您真的很在意精度,请考虑使用付费服务。

是否可以以类似于 Google map 的方式配置 Google Places 地理编码,以便在客户端级别保持使用限制?

这是 Google 关于 Usage Limits 的声明

The Google Places API Web Service enforces a default limit of 1 000 requests per 24 hour period, which you can increase free of charge. If your app exceeds the limit, the app will start failing. Verify your identity to get up to 150 000 requests per 24 hour period, by enabling billing on the Google API Console. A credit card is required for verification. We ask for your credit card purely to validate your identity. Your card will not be charged for use of the Google Places API Web Service.

The limit for free usage is 150 000 requests per 24 hour period. If your app exceeds the limit, the app will start failing again. Purchase a Google Maps APIs Premium Plan license to get more than 150 000 requests per 24 hour period.

Please take steps to increase your limit early if you expect to exceed the default number of requests allowed.

有没有我可以尝试/考虑的策略。例如,创建一些 Google Places 帐户/API key ,并开发一些逻辑,例如(如果 apikey1 超出限制,切换到 api2 等。)?

好像没有这个功能。如果您想超过免费配额,请考虑 付款。

关于javascript - 谷歌地图/地点地理编码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38554501/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com