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!
m
Mathew Dostal
10/23/2024, 1:24 AM
You may want to check out google maps utils with the overlay and KML stuff -- you can draw things on top of the map separately and there are some reasonable blogs about making animated drawn lines and things on top