iPhone - 我可以在不显示 map 的情况下使用 MapKit 吗?

标签 iphone google-maps mapkit

我正在编写一个应用程序,它将使用反向地理编码将用户的当前位置转换为街道地址或城市等内容。似乎获取此类信息的唯一方法是通过 MapKit(特别是 Placemark 类)。

我可以在不向用户显示 map 的情况下使用它吗?

我问这个的原因是因为在 Google HTTP Reverse Geocoding documentation它指出:

Note: the geocoding service may only be used in conjunction with displaying results on a Google map; geocoding results without displaying them on a map is prohibited. For complete details on allowed usage, consult the Maps API Terms of Service License Restrictions.

我想知道这是否也适用于 MapKit API,或者 Google 和 Apple 是否解决了问题。

最佳答案

我在这里回答了太多自己的问题 -

10.12 use or display the Content without a corresponding Google map, unless you are explicitly permitted to do so in the Maps API Documentation, the Street View API Documentation, or through written permission from Google (for example, you must not use geocodes obtained through the Service except in conjunction with a Google map, but the Street View API Documentation explicitly permits you to display Street View imagery without a corresponding Google map); or

通过 Google Maps iPhone TOS

关于iPhone - 我可以在不显示 map 的情况下使用 MapKit 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1328610/

相关文章:

iphone - 核心数据实体属性的初始值?

google-maps - 地区/次区域 : List of, 或如何使用 Google API

android - 无法将 Google map 添加到抽屉导航 fragment

java - 将搜索参数从 Activity 发送到 google map api (Android studio)

iphone - 点击 MapKit 注释时应用程序崩溃

iphone - 使用核心数据生成的类作为模型对象……?

ios - iPad 和 iPhone 的不同 UI

iphone - reloadData 没有被调用

iOS 如何在点击后将 MKMapView 置于 MKAnnotationView 标注附件的中心?

ios - Storyboard问题中的 MKMapView 约束