【问题标题】:iOS Google Maps V3 and usage limitsiOS Google Maps V3 和使用限制
【发布时间】:2013-12-22 21:15:57
【问题描述】:

只需转换为 Google Maps V3 API,一切看起来都不错。唯一的问题是使用限制。这个应用程序被许多人使用,并且在我们拥有的 V2 API 中

key = <Google V2 Business API Key>

对于 V3 和 JSON,没有这样的密钥,并且一直在查看文档

https://developers.google.com/maps/documentation/geocoding/

上面写着......

The Google Geocoding API has the following limits in place:
2,500 requests per 24 hour period.

Google Maps API for Business customers have higher limits:
100,000 requests per 24 hour period.

问题是如何跟踪?

1) 每个 iOS 应用程序,无论它在哪里/安装和运行了多少?

2) 每台装有应用程序的 iOS 设备?

我们使用的 URL 的确切类型...

http://maps.googleapis.com/maps/api/geocode/json?address=%@&output=json&sensor=false"

无论如何,如果有人知道这是如何跟踪的并且确实是 1),那么我想不需要 Business 密钥?

【问题讨论】:

    标签: ios google-maps-api-3


    【解决方案1】:

    由于 Google Maps API 主要是为网站设计的,因此跟踪基于 IP/设备库。我知道的每个使用基于客户的跟踪的 Google API 都必须包含用于跟踪的 API 密钥。

    【讨论】:

    • 感谢您的评论,对跟踪不感兴趣,只是对使用 iOS 的当前 V3 API 的“过度使用”感兴趣。
    • 您从哪里了解到基于 IP/设备的跟踪而不是 API 密钥?据我所知,谷歌只提到了限制,但没有提到他们如何跟踪这些限制。
    猜你喜欢
    • 2014-04-21
    • 2012-06-10
    • 1970-01-01
    • 2011-02-07
    • 2011-05-30
    • 1970-01-01
    • 2011-04-18
    • 1970-01-01
    • 2011-04-23
    相关资源
    最近更新 更多