OBJECT
TrackProperties
link GraphQL Schema definition
- type TrackProperties {
- # Course over ground as reported by AIS (in degrees)
- Float :
- # Mean speed over ground as reported by AIS (in knots)
- Float :
- # Track segment type (possible values are 'NO_DATA', 'STAY' and 'TRAVEL')
- String :
- # Vessel track ID (unique to the Skylight platform)
- String :
- # Track start location and timestamp
- StartEnd :
- # Track end location and timestamp
- StartEnd :
- }