Temperature
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
तापमान की वैल्यू दिखाता है.
JSON के काेड में दिखाना |
{
"unit": enum (TemperatureUnit ),
"degrees": number
} |
फ़ील्ड |
unit |
enum (TemperatureUnit )
तापमान की वैल्यू को मेज़र करने के लिए इस्तेमाल की जाने वाली इकाई का कोड.
|
degrees |
number
तापमान की वैल्यू (डिग्री में), जो तय की गई इकाई में होती है.
|
TemperatureUnit
तापमान को मेज़र करने के लिए इस्तेमाल की जाने वाली यूनिट दिखाता है.
Enums |
TEMPERATURE_UNIT_UNSPECIFIED |
तापमान की यूनिट की जानकारी नहीं दी गई है. |
CELSIUS |
तापमान को सेल्सियस में मापा जाता है. |
FAHRENHEIT |
तापमान को फ़ैरनहाइट में मापा जाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]