Just published a medium article about how to build...
# feed
t
Just published a medium article about how to build a cross-platform map from scratch with Compose Multiplatform. https://medium.com/@timo_86166/building-a-cross-platform-tile-map-with-compose-multiplatform-8e93af5eb9f8
K 1
👍 2
🔥 15
K 1
d
What kind of tiles it supports, vector tiles or raster tiles?
t
Only raster tiles. I am not sure about vector tiles. I think it depends how they are defined. Did not dived into this topic yet. But would be interesting.
d
There are tiles from Open Free Map
Can I use it with this library?
t
It is not a library just some code snippets for now. But i think this is a special format so it is not working with my code samples. But of course could be maybe adopted to support this. But as i said i do not know how complex the format is. So maybe a lot more work to implement than just showing a bitmap.
For my usecase i just wanted to have a satelite image anyways and this is usually a bitmap anyway. And most map providers do also provide bitmap tiles. So it will work for many different providers. Or you own. But only raster format for now.