Fleet Engine Journeys: 概要
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Fleet Engine を使用すると、車両がジョブを完了する際の進捗状況を追跡して共有できます。このプロセスの重要なコンセプトは、ジャーニーです。このドキュメントでは、ジャーニーの概要、使用方法、Fleet Engine の他のコンポーネントとの関係について説明します。
ジャーニーとは
Journey は、出発地から特定の割り当ての終了までの車両のルートを表します。これは、車両のアクティビティのうち、乗車や配達を待っているエンドユーザーなどと共有する部分です。
たとえば、配送車両は 8 時間のシフトで稼働している可能性がありますが、1 回の配送は倉庫から特定の顧客の住所に荷物を配達するだけの移動かもしれません。
ジャーニーの活用例
ジャーニーは、オンデマンド サービスとスケジュール設定されたサービスの両方にとって不可欠です。
- オンデマンド サービス: 配車サービスの場合、通常、乗客の乗車場所から目的地までの 1 回の乗車を表します。
- スケジュールされたサービス: 配達の場合、ルートは特定の荷物を配達するために車両が 1 つの停車地まで移動するルートになります。
ジャーニーの主な側面
ジャーニーを定義して説明する情報は次のとおりです。
- Origin and Destination(出発地と目的地): 割り当ての定義済みの開始ポイントと終了ポイント。
- 車両: 配送を完了するために割り当てられた特定の車両。
- ルート: 車両が走行する予定の経路。
- リアルタイムの更新: Fleet Engine は、車両の現在位置や到着予定時刻(ETA)などのリアルタイムの更新情報を提供します。
- ステータス: ジャーニーにはライフサイクルがあり、ステータスは [Active](有効)、[Completed](完了)、[Cancelled](キャンセル)などがあります。
ジャーニーと他の Fleet Engine のコンセプトとの関係
ジャーニーは単独で存在するものではありません。これらは、Fleet Engine の他のコアコンセプトと密接に関連しています。
- 車両: 常に車両によって移動が行われます。詳しくは、車両の概要をご覧ください。
- 乗車(オンデマンド): オンデマンドの配車と配達のコンテキストでは、乗車は
Trip
エンティティに直接対応することがよくあります。Trips の概要をご覧ください。
- タスク(スケジュール済み): 複数回の配送などのスケジュール済みオペレーションの場合、ジャーニーは 1 つ以上の
Task
エンティティの完了に関連する移動を表すことがあります。タスクの概要をご覧ください。
ジャーニーをトラッキングするメリット
Fleet Engine で乗車を追跡すると、次のようなメリットがあります。
- エンドユーザー エクスペリエンスの向上: 地図の可視化や正確な到着予定時刻など、乗車や配達のステータスをリアルタイムで顧客に提供します。
- 運用管理の改善: 割り当ての進捗状況と車両の位置をリアルタイムでモニタリングします。
- 正確な到着予定時刻の予測: Google の交通情報とルート設定機能を使用して、信頼性の高い到着予定時刻を算出します。
次のステップ
Fleet Engine 内で乗車がどのように管理されるかについて詳しくは、次のガイドをご覧ください。
- オンデマンド サービスでルートがどのように使用されるかについては、ルートを管理するをご覧ください。
- スケジュール設定されたサービスでジャーニーがどのように使用されるかを確認する: タスクを管理する
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-12 UTC。
[null,null,["最終更新日 2025-08-12 UTC。"],[],[],null,["With Fleet Engine, you can track and share the progress of vehicles as\nthey complete jobs. A key concept in this process is the **Journey**. This\ndocument provides an overview of what journeys are, how they are used, and how\nthey relate to other components of Fleet Engine.\n\nWhat is a Journey?\n\nA **Journey** represents the route for a vehicle from the origin to the\ntermination of a specific assignment. This is the portion of a vehicle's\nactivity that you want to share, for example, with an end-user awaiting a\nride or a delivery.\n\nThink of it like this: a delivery vehicle might be active for an 8-hour shift,\nbut a single journey might only be the trip from the warehouse to a specific\ncustomer's address to drop off a package.\n\nJourneys in Action: Examples\n\nJourneys are fundamental to both on-demand and scheduled services:\n\n- **On-Demand Services:** For a ridesharing service, a journey typically represents a single ride for a passenger, from their pickup location to their destination.\n- **Scheduled Services:** For deliveries, a journey could be the vehicle's travel to a single stop to deliver a particular package.\n\nKey Aspects of a Journey\n\nSeveral pieces of information define and describe a journey:\n\n- **Origin and Destination:** The defined start and end points of the assignment.\n- **Vehicle:** The specific vehicle assigned to complete the journey.\n- **Route:** The planned path the vehicle is expected to take.\n- **Real-time Updates:** Fleet Engine provides real-time updates, including the vehicle's current location and Estimated Time of Arrival (ETA).\n- **Status:** Journeys have a lifecycle, with statuses such as *Active* , *Completed* , or *Cancelled*.\n\nHow Journeys Relate to Other Fleet Engine Concepts\n\nJourneys don't exist in isolation. They are closely tied to other core\nconcepts in Fleet Engine:\n\n- **Vehicles:** Journeys are always performed *by* vehicles. You can learn more in the [Vehicles Introduction](/maps/documentation/mobility/fleet-engine/essentials/vehicles-intro).\n- **Trips (On-Demand):** In the context of on-demand rides and deliveries, a journey often corresponds directly to a `Trip` entity. See the [Trips Introduction](/maps/documentation/mobility/fleet-engine/essentials/trip-intro).\n- **Tasks (Scheduled):** For scheduled operations, such as multi-stop deliveries, a journey might represent the travel involved in completing one or more `Task` entities. See the [Tasks Introduction](/maps/documentation/mobility/fleet-engine/essentials/tasks-intro).\n\nBenefits of Tracking Journeys\n\nTracking journeys with Fleet Engine offers several advantages:\n\n- **Enhanced End-User Experience:** Provide customers with real-time visibility into the status of their ride or delivery, including map visualizations and accurate ETAs.\n- **Improved Operational Oversight:** Monitor the progress of assignments and vehicle locations in real time.\n- **Accurate ETA Prediction:** Use Google's traffic data and routing capabilities for reliable ETAs.\n\nNext Steps\n\nTo dive deeper into how journeys are managed within Fleet Engine,\nexplore the following guides:\n\n- Learn how journeys are used in on-demand services: [Manage Trips](/maps/documentation/mobility/fleet-engine/journeys/trips)\n- Learn how journeys are used in scheduled services: [Manage Tasks](/maps/documentation/mobility/fleet-engine/journeys/tasks)"]]