问题
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