Wind
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Representa un conjunto de propiedades del viento.
Campos |
direction |
object (WindDirection )
La dirección del viento y el ángulo desde el que proviene.
|
speed |
object (WindSpeed )
Es la velocidad del viento.
|
gust |
object (WindSpeed )
La ráfaga de viento (aumento repentino de la velocidad del viento).
|
WindDirection
Representa la dirección desde la que proviene el viento.
Campos |
cardinal |
enum (CardinalDirection )
Es el código que representa la dirección cardinal desde la que sopla el viento.
|
degrees |
integer
Es la dirección del viento en grados (valores de 0 a 360).
|
CardinalDirection
Representa una dirección cardinal (incluidas las direcciones ordinales).
Enumeraciones |
CARDINAL_DIRECTION_UNSPECIFIED |
No se especifica la dirección cardinal. |
NORTH |
La dirección cardinal norte. |
NORTH_NORTHEAST |
La dirección intercardinal secundaria norte-noreste. |
NORTHEAST |
Es la dirección intercardinal noreste. |
EAST_NORTHEAST |
La dirección intercardinal secundaria este-noreste. |
EAST |
Es el punto cardinal este. |
EAST_SOUTHEAST |
Es la dirección intercardinal secundaria este-sureste. |
SOUTHEAST |
Es la dirección intercardinal sureste. |
SOUTH_SOUTHEAST |
Es la dirección intercardinal secundaria sur-sureste. |
SOUTH |
Es la dirección cardinal sur. |
SOUTH_SOUTHWEST |
Es la dirección intercardinal secundaria sur-sudoeste. |
SOUTHWEST |
Es la dirección intercardinal suroeste. |
WEST_SOUTHWEST |
La dirección intercardinal secundaria oeste-sudoeste. |
WEST |
Es el punto cardinal oeste. |
WEST_NORTHWEST |
La dirección intercardinal secundaria oeste-noroeste. |
NORTHWEST |
Es la dirección intercardinal noroeste. |
NORTH_NORTHWEST |
Es la dirección intercardinal secundaria norte-noroeste. |
WindSpeed
Representa la velocidad del viento.
Representación JSON |
{
"unit": enum (SpeedUnit ),
"value": number
} |
Campos |
unit |
enum (SpeedUnit )
Es el código que representa la unidad que se usa para medir la velocidad del viento.
|
value |
number
Es el valor de la velocidad del viento.
|
SpeedUnit
Representa la unidad que se usa para medir la velocidad.
Enumeraciones |
SPEED_UNIT_UNSPECIFIED |
No se especifica la unidad de velocidad. |
KILOMETERS_PER_HOUR |
La velocidad se mide en kilómetros por hora. |
MILES_PER_HOUR |
La velocidad se mide en kilómetros por hora. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-08-29 (UTC)
[null,null,["Última actualización: 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. |"]]