Skip to content

Commit

Permalink
Update Sources/MapLibreSwiftUI/MapView.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Wagner <[email protected]>
  • Loading branch information
hactar and ianthetechie authored Jan 23, 2024
1 parent b72ed8f commit e49b998
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 e49b998

Please sign in to comment.