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 29ec933 commit 75f5288Copy full SHA for 75f5288
Sources/AsyncLocationKit/AsyncLocationManager.swift
@@ -11,7 +11,7 @@ public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
11
12
public final class AsyncLocationManager {
13
14
- public private(set) var locationManager: CLLocationManager
+ private var locationManager: CLLocationManager
15
private var proxyDelegate: AsyncDelegateProxyInterface
16
private var locationDelegate: CLLocationManagerDelegate
17
private var desiredAccuracy: LocationAccuracy = .bestAccuracy
0 commit comments