LocationType enum
地点类型
Values
- basic → const LocationType
-
基础地点(表示行政区划)的location
const LocationType('LOC_BASIC')
- street → const LocationType
-
表示道路的location
const LocationType('LOC_STREET')
- cross → const LocationType
-
表示交叉路口的location
const LocationType('LOC_CROSS')
- region → const LocationType
-
表示区域的location
const LocationType('LOC_REGION')
- poi → const LocationType
-
表示位置点的location
const LocationType('LOC_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
- value → String
-
final
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
Static Methods
-
tryParse(
String type) → LocationType
Constants
-
values
→ const List<
LocationType> - A constant List of the values in this enum, in order of their declaration.