LocationInfoLog
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Deliveries API-তে যেকোন অতিরিক্ত শনাক্তকারী সহ একটি অবস্থান।
| JSON প্রতিনিধিত্ব |
|---|
{
"point": {
object (LatLng)
},
"place": string,
"pointLocationSource": enum (PointSourceLog)
} |
| ক্ষেত্র |
|---|
point | object ( LatLng ) অবস্থানের অক্ষাংশ/lng. |
place | string এই অবস্থানের প্রতিনিধিত্বকারী স্থানের সম্পদের নাম। বিন্যাস হল places/{place_id} । |
pointLocationSource | enum ( PointSourceLog ) ল্যাটলং point ফিল্ডের উৎস। |
,
Deliveries API-তে যেকোন অতিরিক্ত শনাক্তকারী সহ একটি অবস্থান।
| JSON প্রতিনিধিত্ব |
|---|
{
"point": {
object (LatLng)
},
"place": string,
"pointLocationSource": enum (PointSourceLog)
} |
| ক্ষেত্র |
|---|
point | object ( LatLng ) অবস্থানের অক্ষাংশ/lng. |
place | string এই অবস্থানের প্রতিনিধিত্বকারী স্থানের সম্পদের নাম। বিন্যাস হল places/{place_id} । |
pointLocationSource | enum ( PointSourceLog ) ল্যাটলং point ফিল্ডের উৎস। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["The JSON representation of a location in the Deliveries API includes a `point` field. This `point` is an object containing the latitude and longitude (`LatLng`) coordinates of the location. The provided schema defines the structure for specifying a geographic location using the `LatLng` object within the `point` field. The core information is that a `location` is represented with a `point` that holds `LatLng`.\n"]]