I am developing a indoor navigation and positioning system for college campus. I have created indoor osm map using floorplan and JOSM. How to render this map on android. I have following concerns-
1) How to export map from JOSM to android and make it pannable and zoom-able
2) Tiling for the same
3) I want to display overlays (route of each floor) so how to handle zooming with overlays and base map
Is stylizing map using mapcss is good idea? If no what are the alternatives? |
Have a look at Osmand ... it is the hottest opensource Android app to use OSM data for map display (vector and tiles) and even routing. It has also some overlay features. PS: If you wanna try it, using the latest development version from its project page (downloadable apf-file) is strongly recommended. |