TerminalLocation
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"point": {
object (LatLng )
},
"place": string,
"pointLocationSource": enum (PointSource ),
"terminalPointId": {
object (TerminalPointId )
},
"accessPointId": string,
"tripId": string,
"terminalLocationType": enum (WaypointType )
} |
フィールド |
point |
object (LatLng )
地点の正確な LatLng を示します。入力として point または place を指定する必要があります。両方を指定すると、point がルーティングに使用され、place がメタデータに使用されます。入力として place のみを指定した場合、point は place から計算され、出力に含まれます。
|
place |
string
このロケーションを表すプレイスのリソース名。形式は places/{placeId} です。入力として point または place を指定する必要があります。両方を指定すると、point がルーティングに使用され、place がメタデータに使用されます。place は、入力に含まれている場合にのみ出力に含まれます。つまり、LatLng からの place ルックアップは実行されません。 この機能は試験運用中です。
|
pointLocationSource |
enum (PointSource )
出力専用。point フィールドのソース。
|
terminalPointId (deprecated) |
object (TerminalPointId )
非推奨: 代わりに place フィールドを指定してください。
|
accessPointId (deprecated) |
string
非推奨: 代わりに place フィールドを指定してください。
|
tripId (deprecated) |
string
サポート終了。
|
terminalLocationType (deprecated) |
enum (WaypointType )
非推奨: Vehicle.waypoint にこのデータが含まれます。
|
PointSource
列挙型 |
POINT_SOURCE_UNSPECIFIED |
ポイントソースが指定されていません。 |
POINT_SOURCE_DEVELOPER_PROVIDED |
LatLng はデベロッパーによって明示的に提供されています。 |
POINT_SOURCE_CALCULATED_FROM_PLACE |
LatLng は、指定された場所から計算されます。 |
TerminalPointId
非推奨: TerminalPoints は Fleet Engine でサポートされなくなりました。TerminalLocation.point
を代わりに使用してください。
JSON 表現 |
{
"value": string,
// Union field Id can be only one of the following:
"placeId": string,
"generatedId": string
// End of list of possible types for union field Id .
} |
フィールド |
value (deprecated) |
string
サポート終了。
|
共用体フィールド Id 。非推奨です。Id は次のいずれかになります。 |
placeId (deprecated) |
string
サポート終了。
|
generatedId (deprecated) |
string
サポート終了。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 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"]],["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eWaypoint location is described using the \u003ccode\u003epoint\u003c/code\u003e field, represented by a LatLng object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eterminalPointId\u003c/code\u003e, \u003ccode\u003eaccessPointId\u003c/code\u003e, \u003ccode\u003etripId\u003c/code\u003e, and \u003ccode\u003eterminalLocationType\u003c/code\u003e fields are deprecated and should no longer be used.\u003c/p\u003e\n"],["\u003cp\u003eInstead of \u003ccode\u003eTerminalPointId\u003c/code\u003e, use \u003ccode\u003eTerminalLocation.point\u003c/code\u003e to specify location.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTerminalPointId\u003c/code\u003e and its associated fields (\u003ccode\u003evalue\u003c/code\u003e, \u003ccode\u003eplaceId\u003c/code\u003e, \u003ccode\u003egeneratedId\u003c/code\u003e) are deprecated and no longer supported.\u003c/p\u003e\n"]]],[],null,[]]