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

I'm a Computer Science student at the University of Nottingham, in my third year, developing an Android app as my dissertation project.
I want to use OSM, instead of the standard googlemapview.
Do I need an API key to do this?

The app is my dissertation, and will never be distributed commercially.

Edit; I want to add data to the map, not only view it.

asked 12 Dec '11, 11:16

Ephemeros's gravatar image

Ephemeros
91123
accept rate: 0%

edited 25 Nov '13, 14:50

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


There are a few APIs to consider:

The editing api lets you retrieve and edit raw data (including history). It require no "API key" but it requires a registered OSM user for any editing, and it probably looks at your http user agent.

The other apis are the generated-tiles viewing apis similar to googlemapview. A few exist, two popular ones being openlayers and leaflet. There are also special-purpose apis like nominatim. All of these usually require no more than a properly-setup http user agent (and reasonable usage of resources, but that should be no problem for a dissertation project).

permanent link

answered 12 Dec '11, 12:20

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249
accept rate: 19%

edited 12 Dec '11, 13:43

Jonathan%20Bennett's gravatar image

Jonathan Ben...
8.3k1785108

See the answers to this question.

permanent link

answered 12 Dec '11, 13:17

Richard's gravatar image

Richard ♦
30.9k44279412
accept rate: 18%

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:

×352
×290
×104

question asked: 12 Dec '11, 11:16

question was seen: 18,503 times

last updated: 25 Nov '13, 14:50

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