Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embed Offline Maps into IOS Application

Tags:

ios

map

offline

How is it possible to embed offline maps into iOS application? Do apple maps or google maps provide that ability? I've came across MapBox as but dont understand well how does it work and if it provides that ability.

like image 382
rubenhak Avatar asked Jul 07 '13 16:07

rubenhak


1 Answers

You can also use alternative map kits, for example Nutiteq Maps SDK: http://developer.nutiteq.com , offline maps for iOS (and Android), supports Xamarin IDE (C#) and native languages (ObjectiveC, Swift).

It is more focused to professional apps and complex maps with interactive layers (points, lines and polygons on top of maps), you can even add 3D objects to map. One advantage is that you can use your own base map sources (in-house, 3rd parties), not only OpenStreetMap what SDK itself provides.

Disclaimer: I'm developer of it.

like image 99
JaakL Avatar answered Oct 30 '22 22:10

JaakL