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

# INBusTrip

Information describing a bus trip.

```
class INBusTrip
```

## Topics

### Creating a Bus Trip

[`init(provider:busName:busNumber:tripDuration:departureBusStopLocation:departurePlatform:arrivalBusStopLocation:arrivalPlatform:)`](/documentation/Intents/INBusTrip/init(provider:busName:busNumber:tripDuration:departureBusStopLocation:departurePlatform:arrivalBusStopLocation:arrivalPlatform:))

Creates a bus trip with the specified contents and attributes.

### Getting the Bus Trip Information

[`arrivalBusStopLocation`](/documentation/Intents/INBusTrip/arrivalBusStopLocation)

The bus stop where the trip ends.

[`arrivalPlatform`](/documentation/Intents/INBusTrip/arrivalPlatform)

The platform at which the bus arrives.

[`busName`](/documentation/Intents/INBusTrip/busName)

The name of the bus.

[`busNumber`](/documentation/Intents/INBusTrip/busNumber)

The number of the bus or route.

[`departureBusStopLocation`](/documentation/Intents/INBusTrip/departureBusStopLocation)

The bus stop where the bus trip starts.

[`departurePlatform`](/documentation/Intents/INBusTrip/departurePlatform)

The platform from which the bus departs.

[`provider`](/documentation/Intents/INBusTrip/provider)

The business or other entity operating the bus.

[`tripDuration`](/documentation/Intents/INBusTrip/tripDuration)

The timespan of the bus trip from departure to arrival.



---

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)