StayPointAnalysisOption class

停留点分析的请求信息类

Constructors

StayPointAnalysisOption({@required int tag, @required int serviceId, @required String entityName, @required int startTime, @required int endTime, int stayRadius: 20, QueryTrackProcessOption processOption, CoordType outputCoordType: CoordType.BD09LL})
有参构造
StayPointAnalysisOption.fromMap(Map map)
map => StayPointAnalysisOption

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
startTime ↔ int
开始时间,必选。
read / write
stayRadius ↔ int
停留半径,可选。 单位:米,取值范围:1,500,默认值:20。 该字段用于设置停留点判断规则,即若系统判断在半径为stay_radius的圆形范围内停留时间超过stay_time,则被认为是一次停留。
read / write
stayTime ↔ int
停留时间,可选。 单位:秒,默认值:600。 该字段用于设置停留点判断规则,即若系统判断在半径为stay_radius的圆形范围内停留时间超过stay_time,则被认为是一次停留。
read / write
tag ↔ int
请求标识 必填
read / write, inherited

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