TerminalLocation

說明路線控點的位置。

JSON 表示法
{
  "point": {
    object (LatLng)
  },
  "terminalPointId": {
    object (TerminalPointId)
  },
  "accessPointId": string,
  "tripId": string,
  "terminalLocationType": enum (WaypointType)
}
欄位
point

object (LatLng)

必要欄位。代表行程路線控點的位置。

terminalPointId

object (TerminalPointId)

終點的 ID。

accessPointId
(deprecated)

string

已淘汰。

tripId
(deprecated)

string

已淘汰。

terminalLocationType
(deprecated)

enum (WaypointType)

已淘汰:Vehicle.waypoint 將有這項資料。

TerminalPointId

用於識別終點。

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

string

終端機點的專屬 ID。

聯集欄位 Id。已淘汰,Id 只能是下列其中一項:
placeId
(deprecated)

string

已淘汰。

generatedId
(deprecated)

string

已淘汰。