We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
可以使用服务id和终端id查询某个终端最后一次上报的位置信息。
try { final TrackPoint point = await AmapTrack.instance.queryLastPoint(_terminalId); } catch (e) { print(e); }
返回对象TrackPoint包含经纬度,时间,精度,方向,高度和速度信息,具体参考类TrackPoint。
TrackPoint