This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Documentation for android app implementation

0

Where do I find (complete) documentation on how to implement OSM in an android app?

asked 20 Oct '21, 16:55

Tavernsenses's gravatar image

Tavernsenses
11113
accept rate: 0%

1

Can you explain what you mean by "implement OSM"?

OpenStreetMap is lots of different things to lots of different people - maps, routing, statistical analysis, and lots more. What do you actually want to do?

(20 Oct '21, 17:00) SomeoneElse ♦

Sorry, I meant basic map use, like viewing the map, storing the tiles, zooming in and out, centering the map on your GPS position, API key etc.

None of the android apps I've written involved any map use, so the matter is entirely new to me.

(20 Oct '21, 18:28) Tavernsenses
1

There is no definitive guidance on this. You may be better off looking at the documentation provided by the various pre-existing frameworks to see what will work best for your use case.

(23 Oct '21, 14:18) InsertUser