AsyncLocationKit icon indicating copy to clipboard operation
AsyncLocationKit copied to clipboard

📍async/await CoreLocation

Results 2 AsyncLocationKit issues
Sort by recently updated
recently updated
newest added

Hi, I get a crash on macOS on the following line in AuthorizationPerformer.swift: `if await applicationStateMonitor.hasResignedActive {` changing it to the follow helps: `if let applicationStateMonitor, await applicationStateMonitor.hasResignedActive {` It...

It would be really great if the location manager would not be hidden away or if its API is available, e.g. to set the distanceFilter or stuff like that