Display form file and OSM file in android as map

I want to implement an application for internal navigation in android. My first task is to display the map in android.

I created an internal map in both the form file and the OSM format.

• I created a form file using QGIS. • I created an OSM file using JOSM.

I could not find any instructions on how to display any of these types of files on the Android platform as a map.

I found a FootPath hidden navigation application that uses an OSM map tile for a map. I found this question in a Stack exchange about doing a similar task

How to create a map from OpenStreetMap offline, display it on Android?

But the answer to this question does not help me in creating the Map.Picicularly part where I have to create tiles using the creator.I’s mobile atlas sent a comment on this question to clarify this.

I want to know if there is another way I could do this?

Can someone help me with this? Thank you!

+6
source share
1 answer

Try creating a map. You can find it here mapforge

+1
source

Source: https://habr.com/ru/post/946889/


All Articles