namespace CPF.Mac.CoreLocation { public enum CLAuthorizationStatus { NotDetermined, Restricted, Denied, Authorized } }