iOS静态地图

时间:2013-11-29 15:01:39

标签: ios google-maps google-static-maps

我在iOS应用中使用静态地图google webService。 当我读到静态地图的谷歌文档时,我发现了这个注意事项: https://developers.google.com/maps/documentation/staticmaps/?hl=fr#Limits

The Google Static Maps API has the following usage limits:

25 000 free static map requests per application per 24 hour period.
Additional image requests can be purchased on a per application basis at the rate currently listed in the FAQ. Additional quota is purchased through the API Console and requires the use of an API key.

If a user exceeds these limits, the server will return an HTTP 403 status.

然后我创建了一个向WebService发送超过25 000个请求的应用程序, 但我从其他设备和iOS的应用程序仍然没有任何问题。 请有人向我解释一下静态地图WebService的工作原理,因为我达到了请求/应用程序的最大数量,而我的ios App仍在其他设备上运行?

1 个答案:

答案 0 :(得分:1)

从ip或者设备号码的免费请求可以通过谷歌每天只有25000请求,此后你必须支付谷歌为它。因此,回答您的问题是来自特定IP的请求被认为是用于计算总请求。