TerminalLocation
Stay organized with collections
Save and categorize content based on your preferences.
Describes the location of a waypoint.
JSON representation |
{
"point": {
object (LatLng )
},
"terminalPointId": {
object (TerminalPointId )
},
"accessPointId": string,
"tripId": string,
"terminalLocationType": enum (WaypointType )
} |
Fields |
point |
object (LatLng )
Required. Denotes the location of a trip waypoint.
|
terminalPointId (deprecated) |
object (TerminalPointId )
Deprecated: Specify the point field instead.
|
accessPointId (deprecated) |
string
Deprecated: Specify the point field instead.
|
tripId (deprecated) |
string
Deprecated.
|
terminalLocationType (deprecated) |
enum (WaypointType )
Deprecated: Vehicle.waypoint will have this data.
|
TerminalPointId
Deprecated: TerminalPoints are no longer supported in Fleet Engine. Use TerminalLocation.point
instead.
JSON representation |
{
"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 .
} |
Fields |
value (deprecated) |
string
Deprecated.
|
Union field Id . Deprecated. Id can be only one of the following: |
placeId (deprecated) |
string
Deprecated.
|
generatedId (deprecated) |
string
Deprecated.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-24 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."]]],[]]