I'd like to have the imagery of a UIMapView for a whole city cached and shipped with my app to have the user actually see a map when they are offline.

Is there a way to do this?

Cheers!

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

While this is technically possible (you'd use Google's map API rather than using a specific iOS API) it's actually against the T&C's of the service. There are a few apps that use OpenStreetMap for this purpose. It has the CC-BY-SA licence.

link|improve this answer
I'll give OpenStreetMaps a go. Thanks! – Julian Mar 15 '11 at 17:21
feedback

Not within Google's terms of service. See section 10.3.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.