LocationAccuracy enum

期望的定位精度枚举

Constants

Best → const LocationAccuracy

高精确

const LocationAccuracy(1)
BestForNavigation → const LocationAccuracy

导航最高精确

const LocationAccuracy(0)
HundredMeters → const LocationAccuracy

百米

const LocationAccuracy(3)
Kilometer → const LocationAccuracy

千米

const LocationAccuracy(4)
NearestTenMeters → const LocationAccuracy

十米

const LocationAccuracy(2)
ThreeKilometers → const LocationAccuracy

三公里

const LocationAccuracy(5)
values → const List<LocationAccuracy>

A constant List of the values in this enum, in order of their declaration.

const List<LocationAccuracy>

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
index → int

The integer index of this enum.

final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited