TripType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
UNKNOWN_TRIP_TYPE |
デフォルト。指定されていない、または認識できないルートタイプに使用されます。 |
SHARED |
このルートでは、車両を他のルートと共有する場合があります。 |
EXCLUSIVE |
車両専用のルートです。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-24 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-07-24 UTC。"],[[["Trip type can be categorized as `SHARED`, `EXCLUSIVE` or `UNKNOWN_TRIP_TYPE`."],["`SHARED` trips indicate potential vehicle sharing with other trips, while `EXCLUSIVE` trips guarantee a dedicated vehicle."],["An `UNKNOWN_TRIP_TYPE` is assigned by default to trips with unspecified or unrecognized types."]]],["The core content defines possible trip types. `UNKNOWN_TRIP_TYPE` serves as the default for unspecified types. `SHARED` indicates a trip where the vehicle might be shared with other trips. `EXCLUSIVE` denotes a trip dedicated to a single vehicle, without sharing. These enums provide a system for categorizing and understanding different trip configurations based on vehicle usage.\n"]]