How to display offline map in iphone using mapkit? if I use a static image, then how can I get the current location and pin? anyone who has an idea, suggest some kind of solution.
Thanks.
Try this post Force MapKit uses cache only for caching / disconnects network programmatically
He talks about open source OSM, helps view offline maps.
Source from here http://developers.cloudmade.com/projects/show/iphone-sdk .
Hope this helps, or try something else.
Looks like Which SDKs can I use to create standalone map apps for iPad / iPhone?
In iOS4 +, you can use the MKOverlay image to overlay anything you want on top of the MapKit map. You can provide a semi-transparent base map that will be displayed when it is not possible to load the Google basemap. But you have no control over what MapKit does under Google map caching.