thomaslang1912
Results
1
issues of
thomaslang1912
I created a map with some markers on it: ``` GoogleMap( modifier = Modifier.matchParentSize(), cameraPositionState = cameraPositionState, uiSettings = mapUiSettings, onMapClick = { }, ) { model.markerStates.forEachIndexed { index, markerState...
type: bug
priority: p3