Offline World Satellite Map Without Labels(Android)

人盡茶涼 提交于 2019-12-13 16:16:15

问题


I want to include a MapView in my Application. I have been playing around with the Google Api a bit and it worked quite well.

But now I want to have a map completely offline. I know there are a lot of possibilities to do this.

The problem is that I would like to have a world map without any labels such as country names, state names, city names and so on. I just want a map with country borders. It should be possible to zoom in and out and to set markers at specific locations. It should also be possible to tap somewhere in the screen and to get the coordinates in a specific format (e.g WGS84). Also it would be pretty nice if it would be a satellite overview or something like the mapquest view on OpenStreetMap.org .

I know that there are things like Osmdroid or Mapsforge. But I havent seen a possibility to disable all the (for me) unnecessary labels yet. Correct me if i am wrong :)

Thank you in advance.


回答1:


In mapforges you can set label text size. I've never tried to set it to 0 to see if they disapear.

If not, as source code is available in http://code.google.com/p/mapsforge/, you can override the label drawing and recompile it.

Regards.



来源:https://stackoverflow.com/questions/13458137/offline-world-satellite-map-without-labelsandroid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!