Hi! I am trying to put Composable views as Markers...
# compose
p
Hi! I am trying to put Composable views as Markers on Google Maps, but it seems to be a pretty challenging exercise. I used this article to create Bitmaps from Composables, then used an
AndroidView
to be able to render them on the map. It appears that some modifiers are interpreted differently during the transformation and for example `clip`ping is ignored as you can see in the image. (However using the
background
modifier with a
Shape
is working, but it isn't a full solution for the problem.) Did anyone try this before? Any other solution ideas on how to put Composables on Google Maps?
👀 6
u