LocationFetchError
public enum LocationFetchError : Error
Undocumented
-
Undocumented
Declaration
Swift
case accessNotProvided
-
Happens if you stop monitoring before a location could be found
Declaration
Swift
case noLocationFetchedInTime
-
Happens if no accurate fix could be found, best location attached
Declaration
Swift
case locationInaccurate(CLLocation)