objective c - The best way to implement Offline Map in iOS -


can suggest best way implement offline map following features.

  • add mkoverlayview local static map image
  • restrict zoom outside mkoverlay area
  • google map should not appear on screen
  • add multiple annotations of fixed locations
  • tracking & rotating

i have used mapkit framework start of & added mkoverlayview in it. while adding few fixed annotations doesn't allow add without internet.

i don't think above things can achieved using mapkit framework. can suggest me exact solution ?

any suggestions of hints appreciated.

thanks.

it possible make map kit load map contents private map database. don't remember if new in ios 6 or 7. want ios 7. there wwdc session apple engineer set private map demo.

usually you'd host map on server , have app download map tiles server. in case you'd have load tiles local directory on device. however, map content gets big fast. you'd able cover modest areas before file sizes of map content became prohibitively large.


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -