Info
public enum Info
Encapsulates information associated with a location authorization monitor event.
-
The error encountered in attempting to request or update location services authorization.
Declaration
Swift
case error(Error)
-
The updated location services authorization status.
Declaration
Swift
case status(CLAuthorizationStatus)