<!--
{
  "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/INAirportGate",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INAirportGate"
  },
  "title" : "INAirportGate"
}
-->

# INAirportGate

The information that describes an arrival or departure gate for a flight.

```
class INAirportGate
```

## Overview

This class contains all of the relevant information for a flight’s arrival or departure gate. Ensure that an instance of the object contains as much information as available. At a minimum, always include the airport for the flight.

## Topics

### Creating an Airport Gate

[`init(airport:terminal:gate:)`](/documentation/Intents/INAirportGate/init(airport:terminal:gate:))

Creates a new gate object for a flight.

### Getting the Gate Information

[`airport`](/documentation/Intents/INAirportGate/airport)

The airport from which a flight departs or arrives.

[`terminal`](/documentation/Intents/INAirportGate/terminal)

The terminal from which a flight departs or arrives.

[`gate`](/documentation/Intents/INAirportGate/gate)

An identifier for the gate.



---

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)