TerminalLocation

Décrit l'emplacement d'un point de cheminement.

Représentation JSON
{
  "point": {
    object (LatLng)
  },
  "terminalPointId": {
    object (TerminalPointId)
  },
  "accessPointId": string,
  "tripId": string,
  "terminalLocationType": enum (WaypointType)
}
Champs
point

object (LatLng)

Obligatoire. Indique l'emplacement d'un point de cheminement de trajet.

terminalPointId

object (TerminalPointId)

Identifiant du point d'accès final.

accessPointId
(deprecated)

string

Obsolète.

tripId
(deprecated)

string

Obsolète.

terminalLocationType
(deprecated)

enum (WaypointType)

Obsolète: Vehicle.waypoint contiendra ces données.

TerminalPointId

Identifie un point d'accès final.

Représentation JSON
{
  "value": string,

  // Union field Id can be only one of the following:
  "placeId": string,
  "generatedId": string
  // End of list of possible types for union field Id.
}
Champs
value

string

Identifiant unique du point de terminaison.

Champ d'union Id. Obsolète. Id ne peut être qu'un des éléments suivants :
placeId
(deprecated)

string

Obsolète.

generatedId
(deprecated)

string

Obsolète.