TripTypeLog
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
TRIP_TYPE_LOG_UNSPECIFIED |
Default, used for unspecified or unrecognized trip types. |
SHARED_TRIP |
The trip may share a vehicle with other trips. |
EXCLUSIVE_TRIP |
The trip is exclusive to a vehicle. |
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 2024-07-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-24 UTC."],[[["The `trip_type` field categorizes trips based on vehicle usage, with options for unspecified, shared, and exclusive trips."],["Shared trips indicate potential vehicle sharing with other trips, while exclusive trips guarantee sole vehicle occupancy."],["A default value, `TRIP_TYPE_LOG_UNSPECIFIED`, is used for unknown or unrecognized trip types."]]],["The core content defines trip types using enums. `TRIP_TYPE_LOG_UNSPECIFIED` is the default for unknown types. `SHARED_TRIP` indicates a trip sharing a vehicle with others. `EXCLUSIVE_TRIP` signifies a trip using a vehicle solely for that trip. These enums provide a way to classify and categorize different types of transportation arrangements within a system.\n"]]