TripWaypointRestrictedLog

  • TripWaypointRestrictedLog contains limited data from TripWaypointLog, specifically location and encoded path.

  • The location field provides details about the waypoint's location using TerminalLocationRestrictedLog.

  • The encodedPathToWaypoint field offers an encoded path from the preceding waypoint to the current one.

Contains restricted data from a TripWaypointLog.

JSON representation
{
  "location": {
    object (TerminalLocationRestrictedLog)
  },
  "encodedPathToWaypoint": string
}
Fields
location

object (TerminalLocationRestrictedLog)

The location where this waypoint is

encodedPathToWaypoint

string

The encoded path from the previous waypoint to the current waypoint.