Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mapsforge analog for iphone

I need some framework for my iPhone app, which is using maps. Now these maps are raster images and I'd like to optimize my app by doing vector maps instead. I know that my colleagues from Android development had used Mapsforge framework for this purposes. Is there any analog of this library for iPhone? I need framework that could quickly render vector maps using hardware acceleration, caching maps, offline rendering and (optinal) be cross-platform. Any suggestions? Thanks!

like image 222
medvedNick Avatar asked Mar 01 '26 20:03

medvedNick


1 Answers

ok, I've moved over my laziness and decided to move to github my forgotten almost year-ago work. This is Mapsforge for iOS, dirty code, but it should work without any additional setup. It can read .map files and asynchronously render tiles with vector objects to mapView. You can find it here: https://github.com/medvedNick/Mapsforge_iOS

like image 78
medvedNick Avatar answered Mar 03 '26 10:03

medvedNick