VesselLocation

VesselLocation

轮船位置,常见于订单实际轨迹中

[
	{
		// 轨迹点时间(北京时间)
		"posTime": "2023-05-07 07:15:17",
		// 经度
		"longitude": -60.284013,
		// 纬度
		"latitude": 35.789483,
		// 速度,毫米/秒
		"speed": 9928,
		// 航迹向
		"course": 284.60
	},
	...
]

最后更新于