We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5427016 commit e31fc46Copy full SHA for e31fc46
1 file changed
examples/Example03Markers/src/main/kotlin/de/afarber/openmapview/example03markers/MainActivity.kt
@@ -144,7 +144,7 @@ fun MapViewScreen() {
144
// Marker click listener - tracks selection and shows info window
145
setOnMarkerClickListener { marker ->
146
selectedMarker = marker
147
- isInfoWindowShown = true
+ isInfoWindowShown = marker.isInfoWindowShown
148
val index = getMarkers().indexOf(marker)
149
if (index >= 0) {
150
selectedIndex = index
0 commit comments