LocationAccuracy enum Null safety
定位模式
Constructors
- LocationAccuracy()
-
const
Values
- High → const LocationAccuracy
-
高
- Low → const LocationAccuracy
-
低
- DeviceSensor → const LocationAccuracy
-
设备传感器 仅android
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
LocationAccuracy> -
A constant List of the values in this enum, in order of their declaration.
[High, Low, DeviceSensor]