TerminalLocation
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يصف الموقع الجغرافي لنقطة طريق.
تمثيل JSON |
{
"point": {
object (LatLng )
},
"place": string,
"pointLocationSource": enum (PointSource ),
"terminalPointId": {
object (TerminalPointId )
},
"accessPointId": string,
"tripId": string,
"terminalLocationType": enum (WaypointType )
} |
الحقول |
point |
object (LatLng )
يشير إلى LatLng الدقيق لنقطة الطريق. يجب تحديد point أو place كإدخال. في حال تحديد كليهما، سيتم استخدام point للتوجيه وplace للبيانات الوصفية. إذا تم تحديد place فقط كمدخل، سيتم احتساب point من place وإدراجه في الإخراج.
|
place |
string
اسم المورد للمكان الذي يمثّل هذا الموقع الجغرافي التنسيق هو places/{placeId} . يجب تحديد point أو place كإدخال. في حال تحديد كليهما، سيتم استخدام point للتوجيه وplace للبيانات الوصفية. لا يتم تضمين place في الإخراج إلا إذا تم تضمينه في الإدخال، ما يعني أنّه لا يتم إجراء بحث عن place من LatLng . هذه ميزة تجريبية.
|
pointLocationSource |
enum (PointSource )
النتائج فقط. مصدر حقل point .
|
terminalPointId (deprecated) |
object (TerminalPointId )
تم إيقاف هذا الحقل نهائيًا: حدِّد الحقل place بدلاً من ذلك.
|
accessPointId (deprecated) |
string
تم إيقاف هذا الحقل نهائيًا: حدِّد الحقل place بدلاً من ذلك.
|
tripId (deprecated) |
string
تمّ الإيقاف.
|
terminalLocationType (deprecated) |
enum (WaypointType )
تم إيقاف هذه الميزة نهائيًا: ستتوفّر هذه البيانات في Vehicle.waypoint .
|
PointSource
عمليات التعداد |
POINT_SOURCE_UNSPECIFIED |
لم يتم تحديد مصدر النقطة. |
POINT_SOURCE_DEVELOPER_PROVIDED |
قدّم المطوّر LatLng صراحةً. |
POINT_SOURCE_CALCULATED_FROM_PLACE |
تم احتساب LatLng من المكان المقدَّم. |
TerminalPointId
تم إيقافها نهائيًا: لم تعُد نقاط النهاية متاحة في 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 و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eWaypoint location is described using the \u003ccode\u003epoint\u003c/code\u003e field, represented by a LatLng object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eterminalPointId\u003c/code\u003e, \u003ccode\u003eaccessPointId\u003c/code\u003e, \u003ccode\u003etripId\u003c/code\u003e, and \u003ccode\u003eterminalLocationType\u003c/code\u003e fields are deprecated and should no longer be used.\u003c/p\u003e\n"],["\u003cp\u003eInstead of \u003ccode\u003eTerminalPointId\u003c/code\u003e, use \u003ccode\u003eTerminalLocation.point\u003c/code\u003e to specify location.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTerminalPointId\u003c/code\u003e and its associated fields (\u003ccode\u003evalue\u003c/code\u003e, \u003ccode\u003eplaceId\u003c/code\u003e, \u003ccode\u003egeneratedId\u003c/code\u003e) are deprecated and no longer supported.\u003c/p\u003e\n"]]],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [PointSource](#PointSource)\n- [TerminalPointId](#TerminalPointId)\n - [JSON representation](#TerminalPointId.SCHEMA_REPRESENTATION)\n\nDescribes the location of a waypoint.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"point\": { object (/maps/documentation/mobility/fleet-engine/reference/trips/rest/v1/LatLng) }, \"place\": string, \"pointLocationSource\": enum (/maps/documentation/mobility/fleet-engine/reference/trips/rest/v1/TerminalLocation#PointSource), \"terminalPointId\": { object (/maps/documentation/mobility/fleet-engine/reference/trips/rest/v1/TerminalLocation#TerminalPointId) }, \"accessPointId\": string, \"tripId\": string, \"terminalLocationType\": enum (/maps/documentation/mobility/fleet-engine/reference/trips/rest/v1/WaypointType) } ``` |\n\n| Fields ||\n|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `point` | `object (`[LatLng](/maps/documentation/mobility/fleet-engine/reference/trips/rest/v1/LatLng)`)` Denotes the exact `LatLng` of the waypoint. Either `point` or `place` must be specified as input. If both are specified, `point` will be used for routing and `place` will be used for metadata. If only `place` is specified as input, `point` will be calculated from the `place` and included in the output. |\n| `place` | `string` The resource name of the place that represents this location. The format is `places/{placeId}`. Either `point` or `place` must be specified as input. If both are specified, `point` will be used for routing and `place` will be used for metadata. `place` is only included in the output if it was included in the input, meaning that there is no `place` lookup from `LatLng` performed. This is an experimental feature. |\n| `pointLocationSource` | `enum (`[PointSource](/maps/documentation/mobility/fleet-engine/reference/trips/rest/v1/TerminalLocation#PointSource)`)` Output only. The source of the `point` field. |\n| `terminalPointId` **(deprecated)** | `object (`[TerminalPointId](/maps/documentation/mobility/fleet-engine/reference/trips/rest/v1/TerminalLocation#TerminalPointId)`)` | This item is deprecated! Deprecated: Specify the `place` field instead. |\n| `accessPointId` **(deprecated)** | `string` | This item is deprecated! Deprecated: Specify the `place` field instead. |\n| `tripId` **(deprecated)** | `string` | This item is deprecated! Deprecated. |\n| `terminalLocationType` **(deprecated)** | `enum (`[WaypointType](/maps/documentation/mobility/fleet-engine/reference/trips/rest/v1/WaypointType)`)` | This item is deprecated! Deprecated: `Vehicle.waypoint` will have this data. |\n\nPointSource Indicates the source of a `LatLng`.\n\n| Enums ||\n|--------------------------------------|--------------------------------------------------------|\n| `POINT_SOURCE_UNSPECIFIED` | Point source unspecified. |\n| `POINT_SOURCE_DEVELOPER_PROVIDED` | The `LatLng` was explicitly provided by the developer. |\n| `POINT_SOURCE_CALCULATED_FROM_PLACE` | The `LatLng` was calculated from the provided place. |\n\nTerminalPointId\n| This item is deprecated!\nDeprecated: TerminalPoints are no longer supported in Fleet Engine. Use `TerminalLocation.point` instead.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"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`. } ``` |\n\n| Fields ||\n|--------------------------------|-------------------------------------------------|\n| `value` **(deprecated)** | `string` | This item is deprecated! Deprecated. |\n| Union field `Id`. Deprecated. `Id` can be only one of the following: ||\n| `placeId` **(deprecated)** | `string` | This item is deprecated! Deprecated. |\n| `generatedId` **(deprecated)** | `string` | This item is deprecated! Deprecated. |"]]