Taksówka
Nazwa typu: TaxiReservation
Rozszerza element Rezerwacja.
Nazwa |
Typ |
Opis |
Wielkość grupy |
Liczba lub QuantitativeValue |
Liczba osób, które mogą pomieścić do rezerwacji. |
Odbiór |
Miejsce |
Miejsce, w którym można odebrać taksówkę lub samochód do wypożyczenia. |
Czas odbioru |
DateTime |
Kiedy taksówka odbierze pasażera lub będzie można odebrać samochód do wypożyczenia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-03 UTC."],[[["TaxiReservation is a type of Reservation that includes details for taxi bookings."],["It specifies the number of passengers (partySize), pickup location (pickupLocation), and pickup time (pickupTime)."],["Both pickupLocation and pickupTime utilize structured data types for specifying place and time information."]]],["The `TaxiReservation` type, extending `Reservation`, details information for booking a taxi. It includes `partySize` to specify the number of passengers. `pickupLocation` indicates the designated pickup spot, and `pickupTime` specifies the scheduled pickup time. These fields define the core data needed for the reservation, similar to booking a rental car, focusing on passenger quantity, location, and the exact moment of pickup.\n"]]