TerminalLocationRestrictedLog

  • The JSON representation provides restricted data from a TerminalLocationLog.

  • It includes a point field with LatLng object denoting the location of pickup or dropoff.

Contains restricted data from a TerminalLocationLog.

JSON representation
{
  "point": {
    object (LatLng)
  }
}
Fields
point

object (LatLng)

Denotes the actual location of a pickup or dropoff.