IosDesiredAccuracy enum
iOS 期望精度。
映射来源:iOS kCLLocationAccuracyBest / BestForNavigation / NearestTenMeters / HundredMeters / Kilometer / ThreeKilometers。
- Inheritance
- Available extensions
Values
- best → const IosDesiredAccuracy
-
最佳精度。默认值。
-
导航用最佳精度。
- nearestTenMeters → const IosDesiredAccuracy
-
10 米级。
- hundredMeters → const IosDesiredAccuracy
-
100 米级。
- kilometer → const IosDesiredAccuracy
-
千米级。
- threeKilometers → const IosDesiredAccuracy
-
3 千米级。
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wireName → String
-
Available on IosDesiredAccuracy, provided by the IosDesiredAccuracyCodec extension
no setter
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<
IosDesiredAccuracy> - A constant List of the values in this enum, in order of their declaration.