Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有大量的大图像需要叠加到我的 MapKit 视图上,以显示另一个覆盖整个美国的地图图层。
有没有好的方法来做到这一点?如何处理一次只加载一小部分以节省内存?
谢谢!
您想研究TileMill之类的东西,将图像切割成地理图块并使用MapBox iOS SDKMKOverlay之类的东西渲染它们。
MKOverlay