Wind
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Representa um conjunto de propriedades de vento.
Campos |
direction |
object (WindDirection )
A direção do vento, o ângulo de onde ele vem.
|
speed |
object (WindSpeed )
A velocidade do vento.
|
gust |
object (WindSpeed )
A rajada de vento (aumento repentino na velocidade do vento).
|
WindDirection
Representa a direção de origem do vento.
Campos |
cardinal |
enum (CardinalDirection )
O código que representa a direção cardinal de onde o vento está soprando.
|
degrees |
integer
A direção do vento em graus (valores de 0 a 360).
|
CardinalDirection
Representa uma direção cardinal (incluindo direções ordinais).
Enums |
CARDINAL_DIRECTION_UNSPECIFIED |
A direção cardinal não foi especificada. |
NORTH |
A direção norte. |
NORTH_NORTHEAST |
A direção intercardinal secundária norte-nordeste. |
NORTHEAST |
A direção intercardiinal nordeste. |
EAST_NORTHEAST |
A direção intercardinal secundária leste-nordeste. |
EAST |
A direção cardinal leste. |
EAST_SOUTHEAST |
A direção intercardinal secundária leste-sudeste. |
SOUTHEAST |
A direção intercardiinal sudeste. |
SOUTH_SOUTHEAST |
A direção intercardinal secundária sul-sudeste. |
SOUTH |
A direção sul. |
SOUTH_SOUTHWEST |
A direção intercardinal secundária sul-sudoeste. |
SOUTHWEST |
A direção intercardiinal sudoeste. |
WEST_SOUTHWEST |
A direção intercardinal secundária oeste-sudoeste. |
WEST |
A direção cardinal oeste. |
WEST_NORTHWEST |
A direção intercardiinal secundária oeste-noroeste. |
NORTHWEST |
A direção intercardiinal noroeste. |
NORTH_NORTHWEST |
A direção intercardiinal secundária norte-noroeste. |
WindSpeed
Representa a velocidade do vento.
Representação JSON |
{
"unit": enum (SpeedUnit ),
"value": number
} |
Campos |
unit |
enum (SpeedUnit )
O código que representa a unidade usada para medir a velocidade do vento.
|
value |
number
O valor da velocidade do vento.
|
SpeedUnit
Representa a unidade usada para medir a velocidade.
Enums |
SPEED_UNIT_UNSPECIFIED |
A unidade de velocidade não foi especificada. |
KILOMETERS_PER_HOUR |
A velocidade é medida em quilômetros por hora. |
MILES_PER_HOUR |
A velocidade é medida em milhas por hora. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-08-29 UTC.
[null,null,["Última atualização 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. |"]]