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 e53cdc3 commit dffddfeCopy full SHA for dffddfe
Sources/d3-async-location/Delegate.swift
@@ -9,6 +9,8 @@ import CoreLocation
9
10
extension LocationManagerAsync{
11
12
+ /// The methods that you use to receive events from an associated location-manager object
13
+ /// The location manager calls its delegate’s methods to report location-related events to your app.
14
final class Delegate: NSObject, CLLocationManagerDelegate{
15
16
/// Continuation asynchronously passing location data
@@ -52,7 +54,7 @@ extension LocationManagerAsync{
52
54
stream?.yield(location)
53
55
}
56
- }
57
+ }
58
59
// MARK: - Alias types -
60
0 commit comments