Where do I find (complete) documentation on how to implement OSM in an android app?
android
asked 20 Oct '21, 16:55
Tavernsenses 11●1●1●3 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.
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?
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.
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.