Event
public enum Event
Different events that the LocationManager
can broadcast to its listeners
-
Event for when the current location did set
Declaration
Swift
case didSetCurrentLocation(_: CLLocation)
-
Event for when the location services did fail to update the location
Declaration
Swift
case didFailUpdatingLocation(_: Error)
-
Event for when the user did or did not grant location permission
Declaration
Swift
case userDidGrantLocationPermission(_: Bool)
-
Event for when an unknwon authorization status was received
Declaration
Swift
case unknownAuthorizationStatusReceived(_: CLAuthorizationStatus)