Wind
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
हवा की प्रॉपर्टी का सेट दिखाता है.
फ़ील्ड |
direction |
object (WindDirection )
हवा की दिशा और वह कोण जिससे हवा चल रही है.
|
speed |
object (WindSpeed )
हवा की रफ़्तार.
|
gust |
object (WindSpeed )
हवा का तेज़ झोंका (हवा की रफ़्तार में अचानक बढ़ोतरी).
|
WindDirection
यह उस दिशा को दिखाता है जहां से हवा चल रही है.
फ़ील्ड |
cardinal |
enum (CardinalDirection )
वह कोड जो उस मुख्य दिशा के बारे में बताता है जहां से हवा चल रही है.
|
degrees |
integer
हवा की दिशा डिग्री में (0 से 360 तक की वैल्यू).
|
CardinalDirection
मुख्य दिशाओं के साथ-साथ, ऑर्डिनल दिशाओं को भी दिखाता है.
Enums |
CARDINAL_DIRECTION_UNSPECIFIED |
मुख्य दिशा की जानकारी नहीं दी गई है. |
NORTH |
उत्तर दिशा. |
NORTH_NORTHEAST |
उत्तर-उत्तर-पूर्व दिशा. |
NORTHEAST |
उत्तर-पूर्व की इंटरकार्डिनल दिशा. |
EAST_NORTHEAST |
पूर्व-उत्तर-पूर्व दिशा, सेकंडरी इंटरकार्डिनल दिशा. |
EAST |
पूर्व दिशा. |
EAST_SOUTHEAST |
पूर्व-दक्षिण-पूर्व की सेकंडरी इंटरकार्डिनल दिशा. |
SOUTHEAST |
दक्षिण-पूर्व इंटरकार्डिनल दिशा. |
SOUTH_SOUTHEAST |
दक्षिण-दक्षिण-पूर्व सेकंडरी इंटरकार्डिनल दिशा. |
SOUTH |
दक्षिण दिशा. |
SOUTH_SOUTHWEST |
दक्षिण-दक्षिण-पश्चिम की सेकंडरी इंटरकार्डिनल दिशा. |
SOUTHWEST |
दक्षिण-पश्चिम इंटरकार्डिनल दिशा. |
WEST_SOUTHWEST |
पश्चिम-दक्षिण-पश्चिम सेकंडरी इंटरकार्डिनल डायरेक्शन. |
WEST |
मुख्य दिशाओं में से पश्चिम दिशा. |
WEST_NORTHWEST |
पश्चिम-उत्तर-पश्चिम की सेकंडरी इंटरकार्डिनल दिशा. |
NORTHWEST |
उत्तर-पश्चिम इंटरकार्डिनल दिशा. |
NORTH_NORTHWEST |
उत्तर-उत्तर-पश्चिम दिशा. |
WindSpeed
हवा की रफ़्तार दिखाता है.
JSON के काेड में दिखाना |
{
"unit": enum (SpeedUnit ),
"value": number
} |
फ़ील्ड |
unit |
enum (SpeedUnit )
हवा की रफ़्तार को मेज़र करने के लिए इस्तेमाल की जाने वाली इकाई को दिखाने वाला कोड.
|
value |
number
हवा की रफ़्तार की वैल्यू.
|
SpeedUnit
रफ़्तार को मेज़र करने के लिए इस्तेमाल की जाने वाली इकाई के बारे में बताता है.
Enums |
SPEED_UNIT_UNSPECIFIED |
स्पीड की यूनिट की जानकारी नहीं दी गई है. |
KILOMETERS_PER_HOUR |
रफ़्तार को किलोमीटर प्रति घंटे में मापा जाता है. |
MILES_PER_HOUR |
रफ़्तार को मील प्रति घंटा में मापा जाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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,["# Wind\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [WindDirection](#WindDirection)\n - [JSON representation](#WindDirection.SCHEMA_REPRESENTATION)\n- [CardinalDirection](#CardinalDirection)\n- [WindSpeed](#WindSpeed)\n - [JSON representation](#WindSpeed.SCHEMA_REPRESENTATION)\n- [SpeedUnit](#SpeedUnit)\n\nRepresents a set of wind properties.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"direction\": { object (/maps/documentation/weather/reference/rest/v1/Wind#WindDirection) }, \"speed\": { object (/maps/documentation/weather/reference/rest/v1/Wind#WindSpeed) }, \"gust\": { object (/maps/documentation/weather/reference/rest/v1/Wind#WindSpeed) } } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `direction` | `object (`[WindDirection](/maps/documentation/weather/reference/rest/v1/Wind#WindDirection)`)` The direction of the wind, the angle it is coming from. |\n| `speed` | `object (`[WindSpeed](/maps/documentation/weather/reference/rest/v1/Wind#WindSpeed)`)` The speed of the wind. |\n| `gust` | `object (`[WindSpeed](/maps/documentation/weather/reference/rest/v1/Wind#WindSpeed)`)` The wind gust (sudden increase in the wind speed). |\n\nWindDirection\n-------------\n\nRepresents the direction from which the wind originates.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"cardinal\": enum (/maps/documentation/weather/reference/rest/v1/Wind#CardinalDirection), \"degrees\": integer } ``` |\n\n| Fields ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `cardinal` | `enum (`[CardinalDirection](/maps/documentation/weather/reference/rest/v1/Wind#CardinalDirection)`)` The code that represents the cardinal direction from which the wind is blowing. |\n| `degrees` | `integer` The direction of the wind in degrees (values from 0 to 360). |\n\nCardinalDirection\n-----------------\n\nRepresents a cardinal direction (including ordinal directions).\n\n| Enums ||\n|----------------------------------|--------------------------------------------------------|\n| `CARDINAL_DIRECTION_UNSPECIFIED` | The cardinal direction is unspecified. |\n| `NORTH` | The north cardinal direction. |\n| `NORTH_NORTHEAST` | The north-northeast secondary intercardinal direction. |\n| `NORTHEAST` | The northeast intercardinal direction. |\n| `EAST_NORTHEAST` | The east-northeast secondary intercardinal direction. |\n| `EAST` | The east cardinal direction. |\n| `EAST_SOUTHEAST` | The east-southeast secondary intercardinal direction. |\n| `SOUTHEAST` | The southeast intercardinal direction. |\n| `SOUTH_SOUTHEAST` | The south-southeast secondary intercardinal direction. |\n| `SOUTH` | The south cardinal direction. |\n| `SOUTH_SOUTHWEST` | The south-southwest secondary intercardinal direction. |\n| `SOUTHWEST` | The southwest intercardinal direction. |\n| `WEST_SOUTHWEST` | The west-southwest secondary intercardinal direction. |\n| `WEST` | The west cardinal direction. |\n| `WEST_NORTHWEST` | The west-northwest secondary intercardinal direction. |\n| `NORTHWEST` | The northwest intercardinal direction. |\n| `NORTH_NORTHWEST` | The north-northwest secondary intercardinal direction. |\n\nWindSpeed\n---------\n\nRepresents the speed of the wind.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------|\n| ``` { \"unit\": enum (/maps/documentation/weather/reference/rest/v1/Wind#SpeedUnit), \"value\": number } ``` |\n\n| Fields ||\n|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unit` | `enum (`[SpeedUnit](/maps/documentation/weather/reference/rest/v1/Wind#SpeedUnit)`)` The code that represents the unit used to measure the wind speed. |\n| `value` | `number` The value of the wind speed. |\n\nSpeedUnit\n---------\n\nRepresents the unit used to measure speed.\n\n| Enums ||\n|--------------------------|-----------------------------------------------|\n| `SPEED_UNIT_UNSPECIFIED` | The speed unit is unspecified. |\n| `KILOMETERS_PER_HOUR` | The speed is measured in kilometers per hour. |\n| `MILES_PER_HOUR` | The speed is measured in miles per hour. |"]]