Is it possible to show only one country in ios using swift? Is there any api for it? Would i have to pay to use the api? If it isn't possible, how to show the world map? asked 09 Jan '17, 17:36 pietarii aseerel4c26 ♦ |
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
Is it possible to show only one country in ios using swift? Is there any api for it? Would i have to pay to use the api? If it isn't possible, how to show the world map? asked 09 Jan '17, 17:36 pietarii aseerel4c26 ♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 09 Jan '17, 17:36
question was seen: 1,635 times
last updated: 10 Jan '17, 00:13
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
Crossposted: https://forum.openstreetmap.org/viewtopic.php?pid=625918#p625918
@pietarii: this is not really a suitable question for here (many questions mixed in one) and we have older same questions for the single topics - please try to use the search first and do not crosspost. In any case: thanks for using OSM and let's focus the answers in the forum thread! :)
As already noted, it's not really possible to answer the question as it stands, but the following may help a little:
OpenStreetMap isn't like other map providers, where you need to access a proprietary API to access the data. You can download the data and use it for free, provided that you abide by our licence terms. You can download all the data for the whole planet (but wouldn't want to download all that to a phone), or you can download just an extract for the area that you want.
You then need to decide whether you want to set up a server that sends map data to phones, or whether you can get away with having the phone download, store, process and render the data that it needs.
Once you've got answers to those questions you'll probably want to read the Frameworks page, and decide what's right for you. It'll depend on what you want your app to do of course, but I'd definitely suggest starting with something simple.