Temperature
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ช่อง |
unit |
enum (TemperatureUnit )
โค้ดของหน่วยที่ใช้วัดค่าอุณหภูมิ
|
degrees |
number
ค่าอุณหภูมิ (องศา) ในหน่วยที่ระบุ
|
TemperatureUnit
แสดงหน่วยที่ใช้วัดอุณหภูมิ
Enum |
TEMPERATURE_UNIT_UNSPECIFIED |
ไม่ได้ระบุหน่วยอุณหภูมิ |
CELSIUS |
ระบบจะวัดอุณหภูมิเป็นหน่วยเซลเซียส |
FAHRENHEIT |
ระบบจะวัดอุณหภูมิเป็นฟาเรนไฮต์ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]