Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS and Basic offline app [closed]

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.

like image 635
BlackM Avatar asked Feb 15 '13 21:02

BlackM


1 Answers

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.

like image 113
Vatsal K Avatar answered Sep 21 '22 01:09

Vatsal K