Skip to content

Commit

Permalink
Merge branch 'main' into circlelayer
Browse files Browse the repository at this point in the history
  • Loading branch information
hactar committed Jan 23, 2024
2 parents d71bec4 + e49b998 commit bffdf57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/MapLibreSwiftUI/MapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public struct MapView: UIViewRepresentable {
/// Be careful not to use this to modify properties that are
/// already ported to the DSL, like the camera for example, as your
/// modifications here may break updates that occur with modifiers.
/// In particular, this modifier is potentially dangerous as it runs on
/// EVERY call to `updateUIView`.
///
/// - Parameter modifier: A closure that provides you with an MLNMapView so you can set properties.
/// - Returns: A MapView with the modifications applied.
Expand Down

0 comments on commit bffdf57

Please sign in to comment.