I parsed my .osm file using this command asked 04 Dec '16, 12:40 Marisannn |
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
I parsed my .osm file using this command asked 04 Dec '16, 12:40 Marisannn |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 04 Dec '16, 12:40
question was seen: 2,754 times
last updated: 06 Dec '16, 21:37
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
Assuming that "read the .osm file into my android studio" means "read the .osm file into an app that I have created using Android Studio", you'd read it in just the same way that your app reads other resources - you'd find somewhere to host it, and have your app download it from there.
If you haven't read them already I'd suggest that you read https://wiki.openstreetmap.org/wiki/Develop , https://wiki.openstreetmap.org/wiki/Elements and https://wiki.openstreetmap.org/wiki/Highway .