thomaslang1912

Results 2 comments of thomaslang1912

Hi Chris, to keep it simple I used the following implementation for showing the bug: val list1 = listOf( MarkerState( LatLng(48.218967, 11.623746) ), MarkerState( LatLng(48.218967, 11.663746) ) ) val list2...

Hi Carlos, using rememberMarkerState has no effect. As soon as the list of markers is changed showInfoWindow is not working anymore... @arriolac will there be a fix in future?