openstreetmap - OSM offline on Android -


i'm trying build offline map on android , i'm still beginner in that. added osmdroid project , downloaded map data link. after searching in internet still didn't find example display data. in addition osmdroid use sd card location found. there possibility change clear example how ?

thank

you downloaded raw openstreetmap data. osmdroid requires rendered tiles offline functionality.

so have 2 problems:

1) how rendered tiles. 2) how integrate them application offline usage.

osmdroid has quite documentation offline maps , quite complex topic cannot covered in 1 proper stackoverflow answer. you'll need go through osmdroid wiki article offline-map-tiles covered both problems (and question file location).

there other wiki topics schuld check.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -