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

已弃用。