TerminalLocationLog

Describes the location of a waypoint.

JSON representation
{
  "terminalPointId": {
    object (TerminalPointIdLog)
  }
}
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.

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.