TrackProcessOptionSupplementMode enum

查询里程时中断轨迹的里程补偿方式 在里程计算时,两个轨迹点定位时间间隔5分钟以上,被认为是中断。中断轨迹提供以下5种里程补偿方式。

Constants

NO_SUPPLEMENT → const TrackProcessOptionSupplementMode

不补充,中断两点间距离不记入里程

const TrackProcessOptionSupplementMode(0)
SUPPLEMENT_MODE_DRIVING → const TrackProcessOptionSupplementMode

使用最短驾车路线距离补充

const TrackProcessOptionSupplementMode(2)
SUPPLEMENT_MODE_RIDING → const TrackProcessOptionSupplementMode

使用最短骑行路线距离补充

const TrackProcessOptionSupplementMode(3)
SUPPLEMENT_MODE_STRAIGHT → const TrackProcessOptionSupplementMode

使用直线距离补充

const TrackProcessOptionSupplementMode(1)
SUPPLEMENT_MODE_WALKING → const TrackProcessOptionSupplementMode

使用最短步行路线距离补充

const TrackProcessOptionSupplementMode(4)
values → const List<TrackProcessOptionSupplementMode>

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

const List<TrackProcessOptionSupplementMode>

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