mactalent
mactalent

Reputation: 971

How to Display offline map in iphone using Mapkit

How to Display offline map in iphone using mapkit? if i use static image then how do i get current location and pin drop on it? anyone has idea please suggest some solution.

Thank you.

Upvotes: 6

Views: 8931

Answers (3)

radven
radven

Reputation: 2336

In iOS4+, you can use an image MKOverlay to overlay whatever you want on top of a MapKit map. You can provide a semi-transperant base map of your own providing to display when the underlying Google Map can not be loaded. But you can not control what MapKit is doing under the hood caching Google maps.

Upvotes: 1

Ameya
Ameya

Reputation: 1960

Try this post Force MapKit use cached map tiles only/disable network programmatically

It tells about open source map OSM , helps offline map browsing.

Source from here http://developers.cloudmade.com/projects/show/iphone-sdk.

Hope this helps , or r u looking for some thing else.

Upvotes: 2

Related Questions