TerminalLocation
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מתאר את המיקום של ציון דרך.
ייצוג JSON |
{
"point": {
object (LatLng )
},
"terminalPointId": {
object (TerminalPointId )
},
"accessPointId": string,
"tripId": string,
"terminalLocationType": enum (WaypointType )
} |
שדות |
point |
object (LatLng )
חובה. מציין את המיקום של ציון דרך בנסיעה.
|
terminalPointId (deprecated) |
object (TerminalPointId )
הוצא משימוש: צריך לציין במקום זאת את השדה point .
|
accessPointId (deprecated) |
string
הוצא משימוש: צריך לציין במקום זאת את השדה point .
|
tripId (deprecated) |
string
הוצא משימוש.
|
terminalLocationType (deprecated) |
enum (WaypointType )
הוצא משימוש: ל-Vehicle.waypoint יהיו הנתונים האלה.
|
TerminalPointId
הוצא משימוש: אין יותר תמיכה ב-TerminalPoints ב-Fleet Engine. במקום זאת, אתם צריכים להשתמש ב-TerminalLocation.point
.
ייצוג 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 .
} |
שדות |
value (deprecated) |
string
הוצא משימוש.
|
שדה איחוד Id . הוצא משימוש. Id יכול להיות רק אחת מהאפשרויות הבאות: |
placeId (deprecated) |
string
הוצא משימוש.
|
generatedId (deprecated) |
string
הוצא משימוש.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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."]]],[]]