Offline map using mapsforge in android

How can I implement a standalone map in android. I tried this with the mapsforge library. It does not provide a binary map file for Wisconsin. So how to create your own binary map file?

Thanks in advance.

+5
source share
1 answer

You will need two things:

  • a program that allows you to use the mapsforge library. In this regard, you can stick with a program called AdvancedMapViewer, which comes as an example with a library.

  • file. In Bascially, you need to create your own map file from OpenStreetMap data. This is done using the plugin for Osmosis. This plugin is described here:

https://github.com/mapsforge/mapsforge/blob/master/docs/Getting-Started-Map-Writer.md

, :

wisconsin.map AdvancedMapViewer.

+8

All Articles