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

非推奨: 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

廃止されました。