Perjalanan Bus
Nama jenis: BusTrip
Memperluas Tidak Berwujud
Nama |
Jenis |
Deskripsi |
kedatanganBusStop |
BusStation atau BusStop |
Perhentian atau stasiun tempat bus tiba. |
waktu kedatangan |
DateTime |
Perkiraan waktu tiba. |
Nama bus |
Teks |
Nama bus (mis. Bolt Express). |
nomor bus |
Teks |
ID unik untuk bus. |
keberangkatanBusStop |
BusStation atau BusStop |
Perhentian atau stasiun tempat bus berangkat. |
Waktu Keberangkatan |
DateTime |
Waktu keberangkatan yang diharapkan. |
penyedia |
Organisasi atau Orang |
Organisasi yang menyediakan reservasi. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-03 UTC.
[null,null,["Terakhir diperbarui pada 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"]]