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

TerminalLocationLog

Describes the location of a waypoint.

JSON representation
{
  "terminalPointId": {
    object (TerminalPointIdLog)
  },
  "pointHandle": string
}
Fields
terminalPointId

object (TerminalPointIdLog)

If a terminal point is used as a pickup or dropoff point, this field can be used to improve and understand terminal point usage.

pointHandle

string (bytes format)

The handle to get the location of a waypoint.

A base64-encoded string.

TerminalPointIdLog

Identifies a Terminal Point.

JSON representation
{
  "id": string
}
Fields
id

string

Unique terminal point ID (place ID) or the value with prefix GENERATED_PICKUP_LOCATION if this location was heuristically generated.