Aircraft

public struct Aircraft : Codable, Equatable

A supported by SkyPath aircraft data.

  • id

    The id of the object, typically the ICAO code, and equals icao.

    Declaration

    Swift

    public var id: String
  • The verbose model name.

    Declaration

    Swift

    public var title: String
  • The aircraft size category.

    Declaration

    Swift

    public var size: AircraftSize
  • ICAO code if available.

    Declaration

    Swift

    public var icao: String?
  • The aircraft family.

    Declaration

    Swift

    public var family: String?