RequestLevel enum
定位结果等级。
映射来源:三端同名,数值 0/1/3/4 一致。
- Android
TencentLocationRequest.REQUEST_LEVEL_GEO/NAME/ADMIN_AREA/POI - iOS
TencentLBSRequestLevelGeo/Name/AdminName/Poi - Harmony
RequestLevel.GEO/NAME/ADMIN_AREA/POI
- Inheritance
- Available extensions
Values
- geo → const RequestLevel
-
经纬度 + 海拔 + 精度。
- name → const RequestLevel
-
- 名称 + 地址。
- adminArea → const RequestLevel
-
- 行政区划。默认值。
- poi → const RequestLevel
-
- 周边 POI。
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 RequestLevel, provided by the RequestLevelCodec 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<
RequestLevel> - A constant List of the values in this enum, in order of their declaration.