Изменения CoreLocation
CoreLocation
Удаленный CLAuthorizationStatus. Авторизованный
Добавленный CLAuthorizationStatus. AuthorizedAlways
Измененный CLAuthorizationStatus [перечисление]
| Объявление | |
|---|---|
| От | enum CLAuthorizationStatus : Int32 {
case NotDetermined
case Restricted
case Denied
case Authorized
case AuthorizedWhenInUse
} |
| К | enum CLAuthorizationStatus : Int32 {
case NotDetermined
case Restricted
case Denied
case AuthorizedAlways
case AuthorizedWhenInUse
} |