QueryHistoryTrackResult class

查询历史轨迹响应结果

Constructors

QueryHistoryTrackResult.fromMap(Map map)
map => QueryHistoryTrackResult

Properties

distance ↔ double
此段轨迹的里程数,单位:米
read / write
endPoint Point
终点信息
read / write
entityName ↔ String
entity标识
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
lowSpeedDistance ↔ double
低速里程 [...]
read / write
message ↔ String
状态消息
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
size ↔ int
返回结果条数
read / write
startPoint Point
起点信息
read / write
status ↔ int
状态码
read / write, inherited
tag ↔ int
请求标识
read / write, inherited
tollDistance ↔ double
此段轨迹的收费里程数,单位:米
read / write
totalSize ↔ int
忽略掉pageIndex,pageSize后的轨迹点数量
read / write
trackPoints ↔ List<TrackPoint>
轨迹点列表
read / write

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