IceThickness
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"unit": enum (Unit ),
"thickness": number
} |
字段 |
unit |
enum (Unit )
表示用于衡量冰层厚度的单位的代码。
|
thickness |
number
冰层厚度值。
|
单位
枚举 |
UNIT_UNSPECIFIED |
未指定单位。 |
MILLIMETERS |
厚度以毫米为单位。 |
INCHES |
厚度以英寸为单位。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-29。
[null,null,["最后更新时间 (UTC):2025-08-29。"],[],[],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. |"]]