Hi, I am looking into ways to show a map in my compose application. I have found the Google maps compose library (
https://developers.google.com/maps/documentation/android-sdk/maps-compose). However my application would benefit from more nature oriented map (showing trails in forest, marked paths etc.). I know an API which will respond with map tile images I can use . Do you know if there is some kotlin/compose library which would allow me to render map from custom API and also draw points, route on top (ideally I would want to use
mapy.cz API for getting the map tiles)? Thanks!