Reputation: 111
I would like to access custom raster/vector maps on iPhone for an iPhone application, I am building. Is there a way to have the maps offline on iPhone? Also how to track the path along with GPS location? Is there a framework available?
Upvotes: 1
Views: 1489
Reputation: 1336
there's several options to get maps offline.
Look for free solutions from CloudMade - http://developers.cloudmade.com/projects/show/iphone-sdk - it's not oflline by default, but, it has ability to cache map tiles and you can control that process, and pre-cache required regions.
Also - there's opensource project called RouteMe https://github.com/route-me/route-me - CloudMade's maps are based on it, and you can use RouteMe sources to go in deep customisation.
Other options are proprietary APIs, you can try to use:
Upvotes: 2