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

# init(airport:terminal:gate:)

Creates a new gate object for a flight.

```
init(airport: INAirport, terminal: String?, gate: String?)
```

## Parameters

`airport`

The airport from which a flight departs or arrives.

`terminal`

The terminal from which a flight departs or arrives.

`gate`

The gate identifier.

## Return Value

A new [`INAirportGate`](/documentation/Intents/INAirportGate) object or `nil` if one can’t be created.

## Discussion

You must create a new [`INAirportGate`](/documentation/Intents/INAirportGate) object for both the arrival and departure gates associated with a flight.

---

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)