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

I am thinking of making a mapping application using Peter Laurence's MapView on Android using OSM tiles; however, I am aware that creating mapping mobile applications can put a heaving load on tile servers. If I limited each user to, say, 100 tiles per day, would this be enough to address this problem?

asked 01 Jan, 20:58

Chris%20Brossard's gravatar image

Chris Brossard
1112
accept rate: 0%


There's actually an official OSM tile usage policy here that should take the guesswork out of things. If you want to display raster map tiles in an Android application you can of course host your own tiles - see here for details of that.

However, for an Android application that you're starting to write now, raster map tiles may not be the best approach. As an example, probably the most widely-used example, StreetComplete, uses vector map tiles (from Jawg I believe).

Whichever makes most sense to you at this point depends on what you're trying to do - as an introduction to Android development raster map tiles would be a great "way in" as you get to see something on screen fairly quickly and get useful experience with the Android WebView. A "test app" built like this isn't going to trouble the scorers looking to enforce the tile usage policy since only a couple of people would use it. A commercial app made in this way absolutely would be a problem, though.

permanent link

answered 01 Jan, 21:18

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

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:

×193
×123
×16

question asked: 01 Jan, 20:58

question was seen: 268 times

last updated: 01 Jan, 21:18

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