rubenhak
rubenhak

Reputation: 900

Embed Offline Maps into IOS Application

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.

Upvotes: 5

Views: 7291

Answers (2)

JaakL
JaakL

Reputation: 4295

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.

Upvotes: 4

Vatsal K
Vatsal K

Reputation: 1051

Yes, Apple maps support offline maps.

Visit this link for detailed answer.

Also you can download source code from this link.

Upvotes: 3

Related Questions