Has anyone by chance tried using `GoogleMap.InfoWi...
# compose
j
Has anyone by chance tried using
GoogleMap.InfoWindowAdapter
in a Compose app? I tried returning a
ComposeView
from
getInfoContents()
but getting
Copy code
java.lang.IllegalStateException: Composition view not present for measure!
a
Hi @John O'Reilly, did you solve this issue?
j
No, don't think I did....btw following was released the other day....I haven't tried it yet but might support this https://github.com/googlemaps/android-maps-compose
K 1
a
Yeah saw this as well... Will check it out as well.. thanks!