DrivingBehaviourAnalysisOption class

驾驶行为分析的请求信息类

Constructors

DrivingBehaviourAnalysisOption({@required int tag, @required int serviceId, @required String entityName, @required int startTime, @required int endTime, double speedingThreshold, DrivingBehaviorThresholdOption thresholdOption, QueryTrackProcessOption processOption, CoordType outputCoordType: CoordType.BD09LL})
有参构造
DrivingBehaviourAnalysisOption.fromMap(Map map)
map => DrivingBehaviourAnalysisOption

Properties

endTime ↔ int
结束时间,必选。
read / write
entityName ↔ String
需要查询的entity的名称,必填,必须为非空字符串。
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
isCanceled ↔ bool
是否取消请求 (android)
read / write, inherited
outputCoordType CoordType
返回的坐标类型,可选。 该字段用于控制返回结果中的坐标类型。可选值为: CoordType.WGS84: GPS全球卫星定位系统使用的坐标系 CoordType.GCJ02:国测局加密坐标 CoordType.BD09LL:百度经纬度坐标 该参数仅对国内(包含港、澳、台)轨迹有效,海外区域轨迹均返回 wgs84坐标系
read / write
processOption QueryTrackProcessOption
纠偏选项,用于控制返回坐标的纠偏处理方式。 在驾驶行为分析方法中,只有其中的mapMatch和transportMode有效。 可选。若不设置或为null,则采用默认值。不绑路、交通方式为驾车。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
serviceId ↔ int
鹰眼服务ID 必填
read / write, inherited
speedingThreshold ↔ double
固定限速值,可选。 若设置为非0值,则以设置的数值为阈值,轨迹点速度超过该值则认为是超速; 若不设置,或设置为0,则根据百度地图道路限速数据计算超速点。
read / write
startTime ↔ int
开始时间,必选。
read / write
tag ↔ int
请求标识 必填
read / write, inherited
thresholdOption DrivingBehaviorThresholdOption
自定义轨迹分析时需要的阈值,可选。 若为null,则使用默认的阈值,若设置,则使用指定的各阈值进行轨迹分析。
read / write

Methods

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

Operators

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