IceThickness
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
বরফের বেধের অবস্থার প্রতিনিধিত্ব করে।
JSON প্রতিনিধিত্ব |
---|
{
"unit": enum (Unit ),
"thickness": number
} |
ক্ষেত্র |
---|
unit | enum ( Unit ) কোড যা বরফের বেধ পরিমাপ করতে ব্যবহৃত ইউনিটকে প্রতিনিধিত্ব করে। |
thickness | number বরফের বেধের মান। |
ইউনিট
বরফের পুরুত্ব পরিমাপ করতে ব্যবহৃত ইউনিটের প্রতিনিধিত্ব করে।
Enums |
---|
UNIT_UNSPECIFIED | ইউনিট নির্দিষ্ট করা হয় না. |
MILLIMETERS | বেধ মিলিমিটারে পরিমাপ করা হয়। |
INCHES | পুরুত্ব ইঞ্চিতে পরিমাপ করা হয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# IceThickness\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Unit](#Unit)\n\nRepresents ice thickness conditions.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------|\n| ``` { \"unit\": enum (/maps/documentation/weather/reference/rest/v1/IceThickness#Unit), \"thickness\": number } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unit` | `enum (`[Unit](/maps/documentation/weather/reference/rest/v1/IceThickness#Unit)`)` The code that represents the unit used to measure the ice thickness. |\n| `thickness` | `number` The ice thickness value. |\n\nUnit\n----\n\nRepresents the unit used to measure the ice thickness.\n\n| Enums ||\n|--------------------|-------------------------------------------|\n| `UNIT_UNSPECIFIED` | The unit is not specified. |\n| `MILLIMETERS` | The thickness is measured in millimeters. |\n| `INCHES` | The thickness is measured in inches. |"]]