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 b1b28a5 commit 0bd479bCopy full SHA for 0bd479b
Sources/LocationExtension/LocationAccuracy.swift
@@ -24,7 +24,7 @@ import MapKit
24
25
extension CLLocationManager {
26
27
- open func setAccuracy(_ value: LocationAccuracy) {
+ public func setAccuracy(_ value: LocationAccuracy) {
28
desiredAccuracy = value.coreLocationAccuracy
29
}
30
0 commit comments