Skip to content

Commit

Permalink
Merge pull request #9 from gianlu33/fix-mapview
Browse files Browse the repository at this point in the history
`OverlayManagerState`: fix `setMap` function
  • Loading branch information
utsmannn authored Aug 8, 2024
2 parents 3e0e387 + 0f7f228 commit b121b5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class OverlayManagerState(private var _overlayManager: OverlayManager?) {
private var _mapView: MapView? = null
fun setMap(mapView: MapView) {
_overlayManager = mapView.overlayManager
_mapView = mapView
}

fun getMap(): MapView {
Expand Down

0 comments on commit b121b5e

Please sign in to comment.