We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e34ac commit aece53fCopy full SHA for aece53f
Sources/MapLibreSwiftUI/MapView.swift
@@ -20,10 +20,6 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
20
21
public var mapViewContentInset: UIEdgeInsets = .zero
22
23
- /// 'Escape hatch' to MLNMapView until we have more modifiers.
24
- /// See ``unsafeMapViewModifier(_:)``
25
- var unsafeMapViewModifier: ((T.MapType) -> Void)?
26
-
27
var unsafeMapViewControllerModifier: ((T) -> Void)?
28
29
var controls: [MapControl] = [
0 commit comments