DrivingBehaviourAnalysisResult class

驾驶行为响应结果

Constructors

DrivingBehaviourAnalysisResult.fromMap(Map map)

Properties

averageSpeed ↔ double
平均时速,单位:km/h
read / write
distance ↔ double
行程里程,单位:米
read / write
duration ↔ int
行程耗时,单位:秒
read / write
endPoint ↔ EndPoint
终点信息
read / write
harshAccelerationNum ↔ int
急加速次数
read / write
harshAccelerationPoints ↔ List<HarshAccelerationPoint>
急加速记录集合
read / write
harshBreakingNum ↔ int
急刹车次数
read / write
harshBreakingPoints ↔ List<HarshBreakingPoint>
急刹车记录集合
read / write
harshSteeringNum ↔ int
急转弯次数
read / write
harshSteeringPoints ↔ List<HarshSteeringPoint>
急转弯记录集合
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
maxSpeed ↔ double
最高时速,单位:km/h
read / write
message ↔ String
状态消息
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
speedingNum ↔ int
超速次数
read / write
speedings ↔ List<SpeedingInfo>
超速记录集合
read / write
startPoint ↔ StartPoint
起点信息
read / write
status ↔ int
状态码
read / write, inherited
tag ↔ int
请求标识
read / write, inherited

Methods

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

Operators

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