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

已弃用。