Visibility
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מייצג את תנאי הראות, המרחק שבו אפשר להבחין באובייקטים.
ייצוג ב-JSON |
{
"unit": enum (Unit ),
"distance": number
} |
שדות |
unit |
enum (Unit )
הקוד שמייצג את היחידה שבה נמדד המרחק.
|
distance |
number
מרחק החשיפה ביחידות שצוינו.
|
יחידה
הישות הזו מייצגת את היחידה שבה נמדדת מרחק החשיפה.
טיפוסים בני מנייה (enum) |
UNIT_UNSPECIFIED |
לא צוינה יחידת החשיפה. |
KILOMETERS |
החשיפה נמדדת בקילומטרים. |
MILES |
החשיפה נמדדת בקילומטרים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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. |"]]