-
Hello, i wanted to code something for my university project. I am digging the codes for a week and couldn't find a way. I am trying to build a 3d building (or 3d line) in MapFileTileSource and want to change Latitude, Longitude (location), color, length, width, height in realtime. I tried implementing ITileDataSource to MultiMapFileTileSource because i saw in ExtrusionsTest but because of the setBaseMap method, those didn't work together. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The 3D buildings are read from the vector maps, like the Mapsforge map files.
If you study the VectorTileLayer vtl = new OsmTileLayer(mMap, tts);
mMap.layers().add(vtl); |
Beta Was this translation helpful? Give feedback.
The 3D buildings are read from the vector maps, like the Mapsforge map files.
Their rendering can be changed with the render themes.
If you study the
setBaseMap
method, you can write it differently: