Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/93.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
谷歌iOS静态地图_Ios_Google Maps_Google Static Maps - Fatal编程技术网

谷歌iOS静态地图

谷歌iOS静态地图,ios,google-maps,google-static-maps,Ios,Google Maps,Google Static Maps,我在iOS应用程序中使用静态地图google Web服务。 当我阅读静态地图的谷歌文档时,我发现了这样一个注释: Google静态地图API有以下使用限制: 25 每24小时内,每个应用程序有000个免费静态映射请求。 可以按每个应用程序按常见问题解答中当前列出的价格购买其他图像请求。额外配额通过API控制台购买,需要使用API密钥。 如果用户超过这些限制,服务器将返回HTTP 403状态。 然后我创建了一个应用程序,向Web服务发送了超过25000个请求, 但是我的应用程序从其他设备和iOS

我在iOS应用程序中使用静态地图google Web服务。 当我阅读静态地图的谷歌文档时,我发现了这样一个注释:

Google静态地图API有以下使用限制: 25 每24小时内,每个应用程序有000个免费静态映射请求。 可以按每个应用程序按常见问题解答中当前列出的价格购买其他图像请求。额外配额通过API控制台购买,需要使用API密钥。 如果用户超过这些限制,服务器将返回HTTP 403状态。 然后我创建了一个应用程序,向Web服务发送了超过25000个请求, 但是我的应用程序从其他设备和iOS上运行时仍然没有任何问题。
请有人向我解释一下,静态地图Web服务的工作原理是什么,因为我已经达到了请求/应用程序的最大数量,而我的ios应用程序仍然可以在其他设备上工作

来自ip或设备的免费请求数量为每天25000个,在此之后,您必须向谷歌付费。所以,您的问题的答案是,计算总请求时会考虑来自特定ip的请求

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.