TerminalLocation
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
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 pour le trajet.
|
terminalPointId (deprecated) |
object (TerminalPointId )
Obsolète: spécifiez plutôt le champ point .
|
accessPointId (deprecated) |
string
Obsolète: spécifiez plutôt le champ point .
|
tripId (deprecated) |
string
Obsolète.
|
terminalLocationType (deprecated) |
enum (WaypointType )
Obsolète: Vehicle.waypoint contiendra ces données.
|
TerminalPointId
Obsolète: les TerminalPoints ne sont plus compatibles avec Fleet Engine. Utilisez TerminalLocation.point
à la place.
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 (deprecated) |
string
Obsolète.
|
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.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/08/22 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/08/22 (UTC)."],[[["Waypoint location is described using the `point` field, represented by a LatLng object."],["The `terminalPointId`, `accessPointId`, `tripId`, and `terminalLocationType` fields are deprecated and should no longer be used."],["Instead of `TerminalPointId`, use `TerminalLocation.point` to specify location."],["`TerminalPointId` and its associated fields (`value`, `placeId`, `generatedId`) are deprecated and no longer supported."]]],[]]