Embed Offline Maps into IOS Application

痴心易碎 提交于 2019-12-09 13:33:01

问题


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.


回答1:


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.




回答2:


Yes, Apple maps support offline maps.

Visit this link for detailed answer.

Also you can download source code from this link.



来源:https://stackoverflow.com/questions/17513952/embed-offline-maps-into-ios-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!