将 MKReversegeoCoder 与本机应用程序一起使用
我在我的应用程序中使用了 iPhone sdk 中的 MKReverseGeocoder,但没有使用 iphone sdk 的地图视图,但我的应用程序具有从 google api 传递地址获取的地图视图。
但为了获取地址,我正在执行以下操作:
- 当前位置(纬度/经度),使用
- iphone sdk 的 CLLocation 库 MKReversegeocoder API 从纬度/经度获取地址
将此地址发送到谷歌地图 api 来获取地图
所以我的疑问是是否我使用 iphone MKReversegeocoder 的过程违反了谷歌条款和规则;条件,因为我没有使用iphone sdk的mapview
参考:
http://code.google.com/apis/maps/iphone/terms.html
等待任何人提供有价值的帮助来澄清我的疑问
I have used MKReverseGeocoder from iPhone sdk for my application without using mapview of iphone sdk,but my application has map view which i am getting from google api passing Address.
But in order to get address i am doing as follows :
- Current location(Latitude/Longitude) with CLLocation library
- MKReversegeocoder API of iphone sdk to get address from latitude/longitude
Sending this address to google maps api to get the map
So my doubt is whether my procedure of using iphone MKReversegeocoder voilating the rules of google terms & conditions as i am not using mapview of iphone sdk
References:
http://code.google.com/apis/maps/iphone/terms.html
Awaiting for anyone valuable help to clarify my doubt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有说明您使用哪个 Google 地图 API 来获取地图。根据第 10.8 条,如果您从 Web 浏览器访问静态 API,则只能使用它。如果您使用任何其他 API,应该没问题。您无需通过 Apple 地图 API(第 1.1、1.3 条及其他条款)获取地图,但可以使用其他 Google API 来获取内容。
第 10.12 条规定,您只能将数据与 Google 地图结合使用。但是,它没有说明您必须使用哪个 Google 地图 API(对于使用 Apple API 没有要求),因此只要您至少使用其中一个地图 API 就可以了。
我不是行业或专业的律师,但据我所知并理解他们的条款,你应该安全到家。
You do not state which of Google's map API's you use for getting the map. According to clause 10.8 you may only use the static API if you access it from a web browser. If you are using any of the other API's you should be fine. You are not required to get the map through Apple's map API (clause 1.1, 1.3 and others) but may use additional Google API's for content.
Clause 10.12 states that you must only use the data in conjunction with a Google map. It doesn't however state which Google map API you must use for this (no requirements for using Apple API), so as long as you use at least on of the map API's this should be fine.
I'm not a lawyer by trade or profession, but to my best of knowledge and understanding of their terms you should be home safe.