Skip to content

Commit

Permalink
Maps: Apply map style changes independent of map type
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Jul 7, 2024
1 parent ae99ff1 commit e53cd06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class GoogleMapImpl(context: Context, var options: GoogleMapOptions) : AbstractG
override fun setMapStyle(options: MapStyleOptions?): Boolean {
Log.d(TAG, "setMapStyle options: " + options?.getJson())
mapStyle = options
applyMapStyle()
return true
}

Expand Down

0 comments on commit e53cd06

Please sign in to comment.