On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

TerminalLocation

Stay organized with collections Save and categorize content based on your preferences.

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.