PranayHousing
Results
1
comments of
PranayHousing
Try Marker window info instead with MarkerState ``` MarkerInfoWindow( state = MarkerState(position = position), onClick = { if (currentMarkerInfoWindow.position == it.position) { it.hideInfoWindow() currentMarkerInfoWindow.position = LatLng(0.00, 0.00) } else {...