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

Is it possible to use OSM map without SDK in iOS app

0

I saw that osm map can be used in iOS app by installing its SDK file. But without an SDK, I want to use it. Is that possible?

asked 22 Aug '19, 10:57

laksh's gravatar image

laksh
11112
accept rate: 0%


2 Answers:

0

Hi laksh, thanks for taking an interest into OpenStreetMap. OSM first of all provides a database with geoinformation that can - among other things - be assembled into a map. There is not "the" OSM map. That's why I am not sure what you are referring to with SDK.

But there are certainly many apps available for iOS which build on OSM. Have a look at our wiki for an overview. If that does not help, please be a bit more specific what you are looking for.

answered 22 Aug '19, 11:33

TZorn's gravatar image

TZorn
12.3k764225
accept rate: 15%

0

The simplest and easiest way of embedding an OSM-based map in an iOS app is probably via a webview using Leaflet. Using that, you can decide what tile source you want to use and what you want to display over the top of that. If you're familiar with displaying a web page in an iOS app, it should be straightforward.

There are other ways - proprietary and semi-proprietary services may use OSM data, which offer ice features but require you to use their SDK, but there are alternatives if you don't want to do that.

answered 22 Aug '19, 11:59

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Source code available on GitHub .