This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to use osm map in my iOS Application

0

Hi, I want to use OSM in my iOS application, and I found a solution that OSM is not providing any SDK to integrate for mobile APPS.Do I definitely need to go for 3rd party libraries to integrate open street Maps?.If Yes please suggest me some open source libraries to load kml files and GeoJSON files on to the map view.Please help me

asked 27 Mar '17, 12:57

dinesh%20kothuri's gravatar image

dinesh kothuri
11112
accept rate: 0%

reverted 27 Mar '17, 12:59


One Answer:

3

Yes you definitely need to go for 3rd party libraries, however quite a few are Open Source. Depending on the technology you are using to develop your application, man different approaches exist - see our iOS wiki page. You will very likely also need to set up a server component that delivers OSM data or OSM-based services to the mobile device, again this depends on the technology and library chosen. While OpenStreetMap data is free, OpenStreetMap server capacity isn't (at least not at scale), hence the requirement to run your own server powering your app.

answered 27 Mar '17, 16:32

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .