如何缓存 UIMapView 的特定部分
我希望将整个城市的 UIMapView 图像缓存起来并与我的应用程序一起提供,以便用户在离线时真正看到地图。
有办法做到这一点吗?
干杯!
I'd like to have the imagery of a UIMapView for a whole city cached and shipped with my app to have the user actually see a map when they are offline.
Is there a way to do this?
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
虽然这在技术上是可行的(您可以使用 Google 的地图 API,而不是使用特定的 iOS API),但它实际上违反了该服务的条款和条件。有一些应用程序使用 OpenStreetMap 来实现此目的。它具有 CC-BY-SA 许可证。
While this is technically possible (you'd use Google's map API rather than using a specific iOS API) it's actually against the T&C's of the service. There are a few apps that use OpenStreetMap for this purpose. It has the CC-BY-SA licence.
不符合 Google 服务条款。参见第 10.3 节。
Not within Google's terms of service. See section 10.3.