LocationAuthorizationStatus enum
The status of the location service authorization.
Values
- notDetermined → const LocationAuthorizationStatus
-
The authorization of the location service is not determined.
- restricted → const LocationAuthorizationStatus
-
This app is not authorized to use location.
- denied → const LocationAuthorizationStatus
-
User explicitly denied the location service.
-
User authorized the app to access the location at any time.
-
User authorized the app to access the location when the app is visible to them.
- unknown → const LocationAuthorizationStatus
-
Status unknown.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
LocationAuthorizationStatus> - A constant List of the values in this enum, in order of their declaration.