https://kotlinlang.org logo
#compose
Title
# compose
j

John O'Reilly

12/28/2020, 11:10 AM
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

Archie

02/04/2022, 7:56 AM
Hi @John O'Reilly, did you solve this issue?
j

John O'Reilly

02/04/2022, 8:45 AM
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

Archie

02/04/2022, 10:21 AM
Yeah saw this as well... Will check it out as well.. thanks!
12 Views