QueryTrackProcessOption class

查询Track时的纠偏选项

Constructors

QueryTrackProcessOption({bool denoise, bool vacuate, bool mapMatch, int radiusThreshold, TrackProcessOptionTransportMode transportMode})
有参构造
QueryTrackProcessOption.fromMap(Map map)
map => QueryTrackProcessOption

Properties

denoise ↔ bool
纠偏时是否需要去噪,TRUE代表去噪
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
mapMatch ↔ bool
纠偏时是否需要绑路,TRUE代表绑路
read / write
radiusThreshold ↔ int
纠偏时的定位精度过滤阀值,用于过滤掉定位精度较差的轨迹点。 0代表不过滤,100代表过滤掉定位精度大于100米的轨迹点。 例如:若只需保留 GPS 定位点,则建议设为:20;若需保留 GPS 和 Wi-Fi 定位点,去除基站定位点,则建议设为:100
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
transportMode TrackProcessOptionTransportMode
纠偏时的交通方式,鹰眼将根据不同交通工具选择不同的纠偏策略
read / write
vacuate ↔ bool
纠偏时是否需要抽稀,TRUE代表抽稀。 该选项只有在查询行程信息的请求QueryHistoryTrackOption中有效。 在QueryTrackLatestPointOption和QueryTrackDistanceOption中的processOption选项中设置此属性没有效果。
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map
QueryTrackProcessOption => map
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited