TerminalLocationLog

Describes the location of a waypoint.

JSON representation
{
  "terminalPointId": {
    object (TerminalPointIdLog)
  },
  "place": string,
  "pointLocationSource": enum (PointSourceLog)
}
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.

place

string

The resource name of the place that represents this location. The format is places/{place_id}.

pointLocationSource

enum (PointSourceLog)

The source of the latlng point field.

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.