EZTRANS OPEN Platform
CtrlK
  • EZTRANS OPEN Platform
  • EZTRANS OPEN API
  • EZTRANS iframe
  • Reference
    • API Reference
      • 用户
      • 地址获取
      • 查价
      • 用户收发通
      • 订单
      • 订单轨迹
  • Enumerations
    • UserStatus
    • QueryGoodsStatus
    • TransportType
    • FinancialAccountPhase
    • FinancialAccountCurrency
    • MarginLogicType
    • UserContactType
    • ServiceScope
    • OrderStatus
    • OrderTrackingType
  • Data Structure
    • User
    • UserRegistration
    • Address
    • QueryHistory
    • QueryResult
    • QueryPlanSeparated
    • QueryPlanCombined
    • PlanSummary
    • AtCostData
    • FinancialAccount
    • AccountingProduct
    • UserContacts
    • Order
    • OrderStatusDoc
    • OrderTrackingInfo
      • ShippingTrackingData
      • AirTrackingData
      • ExpressTrackingData
      • BasicTrackingData
    • VesselLocation
由 GitBook 提供支持
在本页
  1. Data Structure

VesselLocation

VesselLocation

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

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

最后更新于2年前