NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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%


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.

permanent link

answered 22 Aug '19, 11:59

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

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.

permanent link

answered 22 Aug '19, 11:33

TZorn's gravatar image

TZorn
12.3k764225
accept rate: 15%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×50
×5
×2

question asked: 22 Aug '19, 10:57

question was seen: 1,891 times

last updated: 22 Aug '19, 11:59

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum