6

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.2k16239552


2 Answers:
9

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.0k16147244
accept rate: 19%

edited 12 Dec '11, 13:43

Jonathan%20Bennett's gravatar image

Jonathan Ben...
8.2k1785108

1

See the answers to this question.

permanent link

answered 12 Dec '11, 13:17

Richard's gravatar image

Richard ♦
28.5k40253383
accept rate: 19%

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:

×322
×248
×100

question asked: 12 Dec '11, 11:16

question was seen: 13,949 times

last updated: 25 Nov '13, 14:50

powered by OSQA