Temperature
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
שדות |
unit |
enum (TemperatureUnit )
הקוד של היחידה שבה נמדד ערך הטמפרטורה.
|
degrees |
number
ערך הטמפרטורה (במעלות) ביחידת המדידה שצוינה.
|
TemperatureUnit
מייצג יחידה המשמשת למדידת טמפרטורות.
טיפוסים בני מנייה (enum) |
TEMPERATURE_UNIT_UNSPECIFIED |
לא צוינה יחידת הטמפרטורה. |
CELSIUS |
הטמפרטורה נמדדת במעלות צלזיוס. |
FAHRENHEIT |
הטמפרטורה נמדדת במעלות פרנהייט. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-29 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-29 (שעון UTC)."],[],[],null,["# Temperature\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [TemperatureUnit](#TemperatureUnit)\n\nRepresents a temperature value.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"unit\": enum (/maps/documentation/weather/reference/rest/v1/Temperature#TemperatureUnit), \"degrees\": number } ``` |\n\n| Fields ||\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unit` | `enum (`[TemperatureUnit](/maps/documentation/weather/reference/rest/v1/Temperature#TemperatureUnit)`)` The code for the unit used to measure the temperature value. |\n| `degrees` | `number` The temperature value (in degrees) in the specified unit. |\n\nTemperatureUnit\n---------------\n\nRepresents a unit used to measure temperatures.\n\n| Enums ||\n|--------------------------------|--------------------------------------------|\n| `TEMPERATURE_UNIT_UNSPECIFIED` | The temperature unit is unspecified. |\n| `CELSIUS` | The temperature is measured in Celsius. |\n| `FAHRENHEIT` | The temperature is measured in Fahrenheit. |"]]