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

廃止されました。