|
56 | 56 | heading: @escaping (AnyHashable) -> Heading? = { _ in _unimplemented("heading") }, |
57 | 57 | headingAvailable: @escaping () -> Bool = { _unimplemented("headingAvailable") }, |
58 | 58 | isRangingAvailable: @escaping () -> Bool = { _unimplemented("isRangingAvailable") }, |
59 | | - location: @escaping (AnyHashable) -> Location = { _ in _unimplemented("location") }, |
| 59 | + location: @escaping (AnyHashable) -> Location? = { _ in _unimplemented("location") }, |
60 | 60 | locationServicesEnabled: @escaping () -> Bool = { _unimplemented("locationServicesEnabled") }, |
61 | 61 | maximumRegionMonitoringDistance: @escaping (AnyHashable) -> CLLocationDistance = { _ in |
62 | 62 | _unimplemented("maximumRegionMonitoringDistance") |
|
157 | 157 | }, |
158 | 158 | heading: @escaping (AnyHashable) -> Heading? = { _ in _unimplemented("heading") }, |
159 | 159 | headingAvailable: @escaping () -> Bool = { _unimplemented("headingAvailable") }, |
160 | | - location: @escaping (AnyHashable) -> Location = { _ in _unimplemented("location") }, |
| 160 | + location: @escaping (AnyHashable) -> Location? = { _ in _unimplemented("location") }, |
161 | 161 | locationServicesEnabled: @escaping () -> Bool = { _unimplemented("locationServicesEnabled") }, |
162 | 162 | requestAlwaysAuthorization: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in |
163 | 163 | _unimplemented("requestAlwaysAuthorization") |
|
216 | 216 | _unimplemented("create") |
217 | 217 | }, |
218 | 218 | destroy: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in _unimplemented("destroy") }, |
219 | | - location: @escaping (AnyHashable) -> Location = { _ in _unimplemented("location") }, |
| 219 | + location: @escaping (AnyHashable) -> Location? = { _ in _unimplemented("location") }, |
220 | 220 | locationServicesEnabled: @escaping () -> Bool = { _unimplemented("locationServicesEnabled") }, |
221 | 221 | requestLocation: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in |
222 | 222 | _unimplemented("requestLocation") |
|
257 | 257 | }, |
258 | 258 | destroy: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in _unimplemented("destroy") }, |
259 | 259 | headingAvailable: @escaping () -> Bool = { _unimplemented("headingAvailable") }, |
260 | | - location: @escaping (AnyHashable) -> Location = { _ in _unimplemented("location") }, |
| 260 | + location: @escaping (AnyHashable) -> Location? = { _ in _unimplemented("location") }, |
261 | 261 | locationServicesEnabled: @escaping () -> Bool = { _unimplemented("locationServicesEnabled") }, |
262 | 262 | maximumRegionMonitoringDistance: @escaping (AnyHashable) -> CLLocationDistance = { _ in |
263 | 263 | _unimplemented("maximumRegionMonitoringDistance") |
|
0 commit comments