File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Sources/d3-async-location/enum Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 4141```
4242
4343### 5. Showcase possible errors from LMViewModel in UI is up to you
44- ```
45- ///Status is not determined If you are trying to get Async stream without
46- permission request in case you implement your own ViewModel and access LocationManagerAsync.locations
47- case statusIsNotDetermined
48-
44+ ```
4945 ///Access was denied by user
5046 case accessIsNotAuthorized
5147```
Original file line number Diff line number Diff line change @@ -9,11 +9,8 @@ import Foundation
99
1010/// Async locations manager errors
1111@available ( iOS 15 . 0 , * )
12- public enum LocationManagerErrors : Error {
13-
14- ///Status is not determined If you trying to get Async stream without permission request
15- case statusIsNotDetermined
16-
12+ public enum LocationManagerErrors : Error {
13+
1714 ///Access was denied by user
1815 case accessIsNotAuthorized
1916
You can’t perform that action at this time.
0 commit comments