TrackProcessOptionTransportMode enum
查询纠偏后的实时位置时,指定被监控对象的交通方式
Constants
- AUTO → const TrackProcessOptionTransportMode
-
自动(由鹰眼自动识别交通方式)
const TrackProcessOptionTransportMode(0)
- DRIVING → const TrackProcessOptionTransportMode
-
驾车
const TrackProcessOptionTransportMode(1)
- RIDING → const TrackProcessOptionTransportMode
-
骑行
const TrackProcessOptionTransportMode(2)
-
values
→ const List<
TrackProcessOptionTransportMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
TrackProcessOptionTransportMode> - WALKING → const TrackProcessOptionTransportMode
-
步行
const TrackProcessOptionTransportMode(3)
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