VehicleMatchTypeLog
Stay organized with collections
Save and categorize content based on your preferences.
| Enums |
VEHICLE_MATCH_TYPE_LOG_UNSPECIFIED |
Unspecified vehicle match type |
EXCLUSIVE |
Exclusive vehicle trip match |
BACK_TO_BACK |
Back-to-back ride match. |
CARPOOL |
Carpool ride match. |
CARPOOL_BACK_TO_BACK |
Carpool ride match. The car has an active exclusive trip. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],["The core content defines various vehicle match types using enums. `EXCLUSIVE` indicates a single-passenger trip. `BACK_TO_BACK` represents consecutive rides. `CARPOOL` signifies a multi-passenger trip. `CARPOOL_BACK_TO_BACK` denotes a carpool trip where the vehicle is also engaged in an active `EXCLUSIVE` trip. The `VEHICLE_MATCH_TYPE_LOG_UNSPECIFIED` enum represents an undefined vehicle match type. These types categorize different scenarios for vehicle utilization in ride-sharing or transportation services.\n"]]