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

サポート終了。