LocationInfo
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
যেকোনো অতিরিক্ত শনাক্তকারী সহ একটি অবস্থান।
JSON প্রতিনিধিত্ব |
---|
{
"point": {
object (LatLng )
},
"place": string,
"pointLocationSource": enum (PointSource )
} |
ক্ষেত্র |
---|
point | object ( LatLng ) অবস্থান এর স্থানাঙ্ক. হয় point বা place ইনপুট হিসাবে নির্দিষ্ট করা আবশ্যক. যদি উভয় নির্দিষ্ট করা হয়, point রাউটিং জন্য ব্যবহার করা হবে এবং place মেটাডেটা জন্য ব্যবহার করা হবে. যদি শুধুমাত্র place ইনপুট হিসাবে নির্দিষ্ট করা হয়, তবে place থেকে point গণনা করা হবে এবং আউটপুটে অন্তর্ভুক্ত করা হবে। |
place | string এই অবস্থানের প্রতিনিধিত্বকারী স্থানের সম্পদের নাম। বিন্যাস হল places/{place_id} । হয় point বা place ইনপুট হিসাবে নির্দিষ্ট করা আবশ্যক. যদি উভয় নির্দিষ্ট করা হয়, point রাউটিং জন্য ব্যবহার করা হবে এবং place মেটাডেটা জন্য ব্যবহার করা হবে. place শুধুমাত্র আউটপুটে অন্তর্ভুক্ত করা হয় যদি এটি ইনপুটে অন্তর্ভুক্ত করা হয়, যার অর্থ LatLng থেকে কোনো place সন্ধান করা হয় না। এটি একটি পরীক্ষামূলক বৈশিষ্ট্য। |
pointLocationSource | enum ( PointSource ) শুধুমাত্র আউটপুট। ল্যাটলং point ফিল্ডের উৎস। এটি একটি পরীক্ষামূলক বৈশিষ্ট্যের অংশ। |
পয়েন্ট সোর্স
একটি LatLng
এর উৎস নির্দেশ করে।
এনামস |
---|
POINT_SOURCE_UNSPECIFIED | পয়েন্ট উৎস অনির্দিষ্ট. |
POINT_SOURCE_DEVELOPER_PROVIDED | LatLng স্পষ্টভাবে বিকাশকারী দ্বারা সরবরাহ করা হয়েছিল৷ |
POINT_SOURCE_CALCULATED_FROM_PLACE | প্রদত্ত স্থান থেকে LatLng গণনা করা হয়েছিল। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eLocation is represented in JSON format using a \u003ccode\u003epoint\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003epoint\u003c/code\u003e object contains latitude and longitude coordinates within a \u003ccode\u003eLatLng\u003c/code\u003e object, providing geographical location data.\u003c/p\u003e\n"]]],[],null,["# LocationInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [PointSource](#PointSource)\n\nA location with any additional identifiers.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"point\": { object (/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/LatLng) }, \"place\": string, \"pointLocationSource\": enum (/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/LocationInfo#PointSource) } ``` |\n\n| Fields ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `point` | `object (`[LatLng](/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/LatLng)`)` The location's coordinates. 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/{place_id}`. 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/tasks/rest/v1/LocationInfo#PointSource)`)` Output only. The source of the latlng `point` field. This is part of an experimental feature. |\n\nPointSource\n-----------\n\nIndicates 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. |"]]