Otobüs
Tür adı: BusTrip
Maddi olmayan ifadeleri kapsar
Ad |
Tür |
Açıklama |
varışBusStop |
BusStation veya BusStop |
Otobüsün geldiği durak veya istasyon. |
varış saati |
DateTime |
Beklenen varış saati. |
otobüs adı |
Text |
Otobüsün adı (ör. Bolt Express). |
otobüs numarası |
Text |
Otobüs için benzersiz tanımlayıcı. |
kalkışBusStop |
BusStation veya BusStop |
Otobüsün kalkış yeri veya durağı. |
Kalkış Saati |
DateTime |
Beklenen kalkış saati. |
sağlayıcı |
Kuruluş veya Kişi |
Rezervasyonu sağlayan kuruluş. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-03 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-03 UTC."],[[["`BusTrip` schema provides details about a bus journey, including departure and arrival times and locations."],["It includes information about the bus itself, such as the name and number."],["The schema also identifies the provider of the bus trip, which can be an organization or a person."]]],["The `BusTrip` type outlines bus travel details, extending from `Intangible`. It includes the `arrivalBusStop` and `departureBusStop`, which are either a `BusStation` or `BusStop`. The arrival and departure times are specified using `DateTime`. Key identifiers include `busName` and `busNumber`, represented by `Text`. The `provider`, which can be an `Organization` or `Person`, supplies the bus reservation.\n"]]