如何使用地图数据预加载 MKMapView?
由于各种原因,我不想假设用户可以访问我的应用程序的互联网。 事实上,他们可能有 30% 的时间既没有 wifi 也没有 3G。 所以... 如何将地图数据预加载到 MKMapView 中? 如果可以的话,有版权问题吗?
谢谢。
I don't want to assume that a user has Internet access for my app, for various reasons.
In fact it is likely they 30% of the time, they will have neither wifi nor 3G.
So...
How can I preload map data into an MKMapView?
If this is possible, are there copyright issues?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先在 StackOverflow 中搜索类似问题
如何在 MKMapView 中显示我自己的地图?
基本点是您需要以地图图块的形式提供自己的数据。或者查看 CloudMade。 MKMapview 中的 Google 数据无法预先缓存并嵌入到应用程序中。
Start by searching StackOverflow for similar questions
How to display my own map in MKMapView?
The basic point is you need to provide your own data in the form of map tiles. Or checkout CloudMade. The Google data in MKMapview can't be pre-cached and embedded in an app.