cwsiteplan
cwsiteplan
i'm also missing the ability to set the zIndex of clusters and cluster items. Currently i have the problem that the clusters (and items) are overlayed by other markers where...
thanks for the pointer - hopefully that gets merged soon!
i applied the fix from the PR locally - but works not all the time :/
@pioPirrung just tried to replicate in the sample app and it's true - working fine now when using clusters - but using a simple `MarkerComposable()` it's still not loading (loader...
rendering async images is still a problem i think. also see recent discussion in https://github.com/googlemaps/android-maps-compose/issues/385
using a key to trigger re-composition of the marker when the image is loaded does not work for me. (using coil) ``` var showImage by remember { mutableStateOf(false) } val...
yep, think so too. question is if we can limit (coerce) the width/height to that size so we don't run into crashes.
i see, then hopefully this issue might be an explanation to future users running into this.
as far as i know the composables are rendered to bitmaps - so therefore no dynamic content possible out of the box
the cluster content lambda cannot take a `Marker` composable, but expects just a plain composable. (no handling of marker state) this however has major drawbacks as you cannot configure properties...