QueryTrackLatestPointOption class

查询某entity终端实体的实时位置的请求信息类

Constructors

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

Properties

entityName ↔ String
需要查询的entity的名称,必填,必须为非空字符串。
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
isCanceled ↔ bool
是否取消请求 (android)
read / write, inherited
outputCoordType CoordType
返回的坐标类型,选填。 该字段用于控制返回结果中的坐标类型。 只允许设置为百度经纬度或者国测局经纬度。 该参数仅对国内(包含港、澳、台)轨迹有效,海外区域轨迹均返回 wgs84坐标系。
read / write
processOption QueryTrackProcessOption
纠偏选项,选填。 若设置此选项,则使用开发者指定的选项进行纠偏。 如果不设置,或者值为null,将使用默认的纠偏选项:去燥、不绑路、不过滤噪点、交通方式为驾车。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
serviceId ↔ int
鹰眼服务ID 必填
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
BaseOption => map
toString() → String
Returns a string representation of this object.
inherited

Operators

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