OBJECT

VesselLkp

link GraphQL Schema definition

  • type VesselLkp {
  • # Vessel ID (unique to the Skylight platform)
  • vessel_id: String
  • # Vessel track ID (unique to the Skylight platform)
  • track_id: String
  • segment_type: String @deprecated( reason: "Value will always be `null`" )
  • # ISO 8601 formatted timestamp for the Last Known Position (LKP)
  • time: String
  • # Latitude and longitude of the last AIS position point that Skylight has received
  • # for this vessel
  • point: Point
  • # Course over ground from the last AIS position message (in degrees)
  • cog: Float
  • # Speed over ground (in knots)
  • sog: Float
  • }

link Require by