<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INAirport",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INAirport"
  },
  "title" : "INAirport"
}
-->

# INAirport

The information that describes an airport.

```
class INAirport
```

## Topics

### Initializing an Airport Object

[`init(name:iataCode:icaoCode:)`](/documentation/Intents/INAirport/init(name:iataCode:icaoCode:))

Creates a new airport object with the specified contents and attributes.

### Describing the Airport

[`name`](/documentation/Intents/INAirport/name)

The name of the airport.

[`iataCode`](/documentation/Intents/INAirport/iataCode)

The three-letter International Air Transport Association (IATA) code for the airport.

[`icaoCode`](/documentation/Intents/INAirport/icaoCode)

The four-letter International Civil Aviation Organization (ICAO) code for the airport.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)