Visibility
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"unit": enum (Unit ),
"distance": number
} |
フィールド |
unit |
enum (Unit )
距離の測定に使用される単位を表すコード。
|
distance |
number
指定した単位での視認距離。
|
ユニット
列挙型 |
UNIT_UNSPECIFIED |
公開設定の単位が指定されていません。 |
KILOMETERS |
視認性はキロメートル単位で測定されます。 |
MILES |
視認性はマイル単位で測定されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-29 UTC。
[null,null,["最終更新日 2025-08-29 UTC。"],[],[],null,["# Visibility\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Unit](#Unit)\n\nRepresents visibility conditions, the distance at which objects can be discerned.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------|\n| ``` { \"unit\": enum (/maps/documentation/weather/reference/rest/v1/Visibility#Unit), \"distance\": number } ``` |\n\n| Fields ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unit` | `enum (`[Unit](/maps/documentation/weather/reference/rest/v1/Visibility#Unit)`)` The code that represents the unit used to measure the distance. |\n| `distance` | `number` The visibility distance in the specified unit. |\n\nUnit\n----\n\nRepresents the unit used to measure the visibility distance.\n\n| Enums ||\n|--------------------|-------------------------------------------|\n| `UNIT_UNSPECIFIED` | The visibility unit is unspecified. |\n| `KILOMETERS` | The visibility is measured in kilometers. |\n| `MILES` | The visibility is measured in miles. |"]]