IceThickness
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงสภาพความหนาของน้ำแข็ง
การแสดง JSON |
{
"unit": enum (Unit ),
"thickness": number
} |
ช่อง |
unit |
enum (Unit )
โค้ดที่แสดงหน่วยที่ใช้วัดความหนาของน้ำแข็ง
|
thickness |
number
ค่าความหนาของน้ำแข็ง
|
หน่วย
แสดงหน่วยที่ใช้ในการวัดความหนาของน้ำแข็ง
Enum |
UNIT_UNSPECIFIED |
ไม่ได้ระบุหน่วย |
MILLIMETERS |
ความหนาจะวัดเป็นมิลลิเมตร |
INCHES |
ความหนาจะวัดเป็นนิ้ว |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ 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. |"]]