XbrGaodeTrack class

Constructors

XbrGaodeTrack()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

addTerminal({required String terminalName}) Future<Result>
创建终端
addTrack({required String terminalId}) Future<Result>
创建轨迹
initTrackSDK({required String serviceId, int gatherInterval = 5, int uploadInterval = 30, int cacheSize = 20, int locationMode = LocationMode.HIGHT_ACCURACY}) Future<Result>
初始化猎鹰SDK
queryLatestPoint({required String serviceId, required String terminalId}) Future<Result>
获取终端位置
queryTerminalTrack({required String serviceId, required String terminalId, required String trackId, DateTime? startTime, DateTime? endTime, int? noising = 0, int? bindLoad = 1, int? accFilter = 0, int? driveMode = DriveMode.DRIVING, int? disCompensation = 1, int? compensationMeter = 2000, int? includePoints = 1, int? page = 1, int? limit = 100}) Future<Result>
获取指定轨迹
startGather() Future<Result>
开始采集
startTrack({required String terminalId, required String trackId}) Future<Result>
轨迹上报
stopGather() Future<Result>
停止采集
stopTrack() Future<Result>
停止上报