status property
AUTORIZATION_STATUS
Expresses a change in the configuration of native location-services (eg: disabled, GPS off, etc).
Name | Platform |
---|---|
AUTHORIZATION_STATUS_NOT_DETERMINED | iOS only |
AUTHORIZATION_STATUS_RESTRICTED | iOS only |
AUTHORIZATION_STATUS_DENIED | iOS & Android |
AUTHORIZATION_STATUS_ALWAYS | iOS & Android |
AUTHORIZATION_STATUS_WHEN_IN_USE | iOS & Android 10+ |
Implementation
late int status;