IceThickness
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"unit": enum (Unit ),
"thickness": number
} |
フィールド |
unit |
enum (Unit )
氷の厚みの測定に使用される単位を表すコード。
|
thickness |
number
氷の厚さの値。
|
ユニット
氷の厚さを測定するために使用される単位を表します。
列挙型 |
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. |"]]