TerminalLocation

Describes the location of a waypoint.

JSON representation
{
  "point": {
    object (LatLng)
  },
  "terminalPointId": {
    object (TerminalPointId)
  },
  "accessPointId": string,
  "tripId": string,
  "terminalLocationType": enum (WaypointType)
}
Fields
point

object (LatLng)

Required. Denotes the location of a trip waypoint.

terminalPointId

object (TerminalPointId)

ID of the terminal point.

accessPointId
(deprecated)

string

Deprecated.

tripId
(deprecated)

string

Deprecated.

terminalLocationType
(deprecated)

enum (WaypointType)

Deprecated: Vehicle.waypoint will have this data.

TerminalPointId

Identifies a terminal point.

JSON representation
{
  "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.
}
Fields
value

string

Unique ID of the terminal point.

Union field Id. Deprecated. Id can be only one of the following:
placeId
(deprecated)

string

Deprecated.

generatedId
(deprecated)

string

Deprecated.