What are the alternatives to allow users to use maps offline?

Hi all,


After some research I'm a bit confused with the subject question. Is there a way nowadays to download Apple maps tiles to display the map when user is offline (without data connection)? We are working in an app for backpackers and they are ussualy offline or with some data usage restrictions in your smartphones. Seems to be that the best option is to use http://www.mapbox.com that also provides assistance to reach places through their directions API. Before proceed with this paid solution I really need to discard the change of use MapKit or some alternative to display offline maps. This is my first post on the Apple devs forum so I've been clear.


All the information is really welcome.

Regards,

Hernán

You cannot legally use Apple's map tiles (or Google's, for that matter) offline. Even if it were technically possible, the terms of service prohibit it.


You can use MapKit if you want, and use an MKTileOverlay to display third party maps offline, but you must ensure that you comply with any licensing terms imposed by whoever you're getting the tiles from.

What are the alternatives to allow users to use maps offline?
 
 
Q