简体   繁体   English

在iPhone上进行反向地址解析的限制是什么?

[英]What is the limit for reverse-geocode lookups on iPhone?

I'm trying to find out the limit for reverse-geocode lookups on iPhone, are they per application/per device and how many per day? 我正在尝试找出iPhone上反向地理编码查询的限制,它们是每个应用程序/每个设备,还是每天多少? The doco just states: Doco只是说:

MKReverseGeocoder MKReverseGeocoder

Each Map Kit application has a limited amount of reverse geocoding capacity, so it is to your advantage to use reverse geocode requests sparingly. 每个Map Kit应用程序都具有有限的反向地理编码功能,因此,谨慎使用反向地理编码请求对您有利。 Here are some rules of thumb for using this class most effectively: 以下是一些最有效使用此类的经验法则:

As the MapKit framework uses the Google Map services and the same TOS I would imagine the same limits are applied. 由于MapKit框架使用Google Map服务和相同的TOS,因此我想可以应用相同的限制。 In which case the lookups are counted per-ip address (rather than per-app or per-device) 在这种情况下,查找是按IP地址(而不是按应用程序或设备)计算的

So the limits would be no more than 15,000 geocode requests in a 24 hour period received from a single IP address. 因此,在24小时内,从单个IP地址收到的地理编码请求的限制将不超过15,000个。 Or geocode requests submitted from a single IP address at too fast a rate (in my experience more than 2 a second seems to trigger this...) 还是对来自单个IP地址的地理编码请求进行过速处理(以我的经验,每秒超过2秒似乎触发了此操作...)

Breeching the limits results in the server responding with a status code of 620 违反限制会导致服务器以状态码620进行响应

See http://code.google.com/apis/maps/faq.html#geocoder_limit 请参阅http://code.google.com/apis/maps/faq.html#geocoder_limit

我们发现,使用免费API上的服务器端脚本,我们不能“立即”返回5个以上的地理编码

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

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