Skip to content

Adding 3D Building to MapFileTileSource #920

Answered by devemux86
ahxmed991 asked this question in Q&A
Discussion options

You must be logged in to vote

The 3D buildings are read from the vector maps, like the Mapsforge map files.
Their rendering can be changed with the render themes.

setBaseMap method

If you study the setBaseMap method, you can write it differently:

VectorTileLayer vtl = new OsmTileLayer(mMap, tts);
mMap.layers().add(vtl);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ahxmed991
Comment options

Answer selected by devemux86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants