TerminalLocation
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"point": {
object (LatLng )
},
"terminalPointId": {
object (TerminalPointId )
},
"accessPointId": string,
"tripId": string,
"terminalLocationType": enum (WaypointType )
} |
フィールド |
point |
object (LatLng )
必須。ルートの地点の位置を示します。
|
terminalPointId (deprecated) |
object (TerminalPointId )
非推奨: 代わりに point フィールドを指定してください。
|
accessPointId (deprecated) |
string
非推奨: 代わりに point フィールドを指定してください。
|
tripId (deprecated) |
string
サポート終了。
|
terminalLocationType (deprecated) |
enum (WaypointType )
サポート終了: このデータは Vehicle.waypoint に含まれます。
|
TerminalPointId
非推奨: Fleet Engine で TerminalPoint のサポートを終了しました。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 および関連会社の登録商標です。
最終更新日 2024-08-22 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-08-22 UTC。"],[[["Waypoint location is described using the `point` field, represented by a LatLng object."],["The `terminalPointId`, `accessPointId`, `tripId`, and `terminalLocationType` fields are deprecated and should no longer be used."],["Instead of `TerminalPointId`, use `TerminalLocation.point` to specify location."],["`TerminalPointId` and its associated fields (`value`, `placeId`, `generatedId`) are deprecated and no longer supported."]]],[]]