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 साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]