iOS and Basic offline app [closed]

懵懂的女人 提交于 2019-12-03 20:09:36

问题


I know about mapxbox/routeme and routeme but I need something basic. I need a basic map with all the countries and the only details it would be the name of the countries and the borders. Can I do that with mapbox? Is there any easier way to do that? The app should be offline and preload the maps.


回答1:


iOS 7 support offline maps.

You just need to add tiles for specific area.

Tile contains overlay of map so we just need to add that overlay on the map.

For tiles you need to calculate area for which you need offline map and then get that area from OpenStreetMaps.

That's it.

Here is detailed Link tutorial for this.

After getting idea from tutorial you can easily understand the map structure and move ahead.

Cheers.



来源:https://stackoverflow.com/questions/14903416/ios-and-basic-offline-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!