AMapLocationAccuracy enum

仅IOS可用

Inheritance

Constructors

AMapLocationAccuracy()
const

Values

THREE_KILOMETERS → const AMapLocationAccuracy

最快 精确度最底 约秒到

KILOMETER → const AMapLocationAccuracy

精确度较低 约秒到

HUNDREE_METERS → const AMapLocationAccuracy

精确度较低 约2s

NEAREST_TENMETERS → const AMapLocationAccuracy

精确度较高 约5s

BEST → const AMapLocationAccuracy

最慢 精确度最高 约8s

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<AMapLocationAccuracy>
A constant List of the values in this enum, in order of their declaration.