|
9 | 9 | - [WeatherLocation](#weatherlocation)
|
10 | 10 | - [Weather](#weather-1)
|
11 | 11 | - [Weather](#weather-2)
|
12 |
| - - [WeatherLocation](#weatherlocation-1) |
13 |
| - - [WeatherLocationList](#weatherlocationlist) |
| 12 | + - [WeatherCollection](#weathercollection) |
| 13 | + - [WeatherData](#weatherdata) |
14 | 14 | - [Air Pollution](#air-pollution)
|
15 | 15 | - [AirPollution](#airpollution)
|
16 | 16 | - [AirPollutionLocation](#airpollutionlocation)
|
|
19 | 19 | - [Geocoding](#geocoding)
|
20 | 20 | - [ZipLocation](#ziplocation)
|
21 | 21 | - [Common](#common)
|
22 |
| - - [AtmosphericPressure](#atmosphericpressure) |
23 | 22 | - [Coordinate](#coordinate)
|
| 23 | + - [Condition](#condition) |
24 | 24 | - [Icon](#icon)
|
25 | 25 | - [Location](#location)
|
26 | 26 | - [MoonPhase](#moonphase)
|
27 |
| - - [Rain](#rain) |
28 |
| - - [Snow](#snow) |
29 | 27 | - [Temperature](#temperature)
|
30 | 28 | - [Timezone](#timezone)
|
31 | 29 | - [Wind](#wind)
|
32 |
| - - [WeatherCondition](#weathercondition) |
33 | 30 |
|
34 | 31 | ## One Call
|
35 | 32 |
|
|
121 | 118 |
|
122 | 119 | ### Weather
|
123 | 120 |
|
| 121 | +- `getLocation()`: [`Location`](#location) |
| 122 | +- `getDateTime()`: `\DateTimeImmutable` |
124 | 123 | - `getTemperature()`: `float`
|
125 | 124 | - `getTemperatureFeelsLike()`: `float`
|
126 | 125 | - `getMinTemperature()`: `float`
|
127 | 126 | - `getMaxTemperature()`: `float`
|
128 | 127 | - `getHumidity()`: `int`
|
129 | 128 | - `getCloudiness()`: `int`
|
130 | 129 | - `getVisibility()`: `int`
|
131 |
| -- `getWeatherConditions()`: [`WeatherCondition[]`](#weathercondition) |
| 130 | +- `getAtmosphericPressure()`: `int` |
| 131 | +- `getConditions()`: [`Condition[]`](#condition) |
132 | 132 | - `getWind()`: [`Wind`](#wind)
|
133 | 133 | - `getPrecipitationProbability()`: `?int`
|
134 |
| -- `getRain()`: [`?Rain`](#rain) |
135 |
| -- `getSnow()`: [`?Snow`](#snow) |
136 |
| -- `getAtmosphericPressure()`: [`AtmosphericPressure`](#atmosphericpressure) |
137 |
| -- `getDateTime()`: `\DateTimeImmutable` |
| 134 | +- `getRainVolume()`: `?float` |
| 135 | +- `getSnowVolume()`: `?float` |
138 | 136 |
|
139 |
| -### WeatherLocation |
| 137 | +### WeatherCollection |
140 | 138 |
|
| 139 | +- `getNumResults()`: `int` |
141 | 140 | - `getLocation()`: [`Location`](#location)
|
| 141 | +- `getData()`: [`WeatherData[]`](#weatherdata) |
| 142 | + |
| 143 | +### WeatherData |
| 144 | + |
| 145 | +- `getDateTime()`: `\DateTimeImmutable` |
142 | 146 | - `getTemperature()`: `float`
|
143 | 147 | - `getTemperatureFeelsLike()`: `float`
|
144 | 148 | - `getMinTemperature()`: `float`
|
145 | 149 | - `getMaxTemperature()`: `float`
|
146 | 150 | - `getHumidity()`: `int`
|
147 | 151 | - `getCloudiness()`: `int`
|
148 | 152 | - `getVisibility()`: `int`
|
149 |
| -- `getWeatherConditions()`: [`WeatherCondition[]`](#weathercondition) |
| 153 | +- `getAtmosphericPressure()`: `int` |
| 154 | +- `getConditions()`: [`Condition[]`](#condition) |
150 | 155 | - `getWind()`: [`Wind`](#wind)
|
151 | 156 | - `getPrecipitationProbability()`: `?int`
|
152 |
| -- `getRain()`: [`?Rain`](#rain) |
153 |
| -- `getSnow()`: [`?Snow`](#snow) |
154 |
| -- `getAtmosphericPressure()`: [`AtmosphericPressure`](#atmosphericpressure) |
155 |
| -- `getDateTime()`: `\DateTimeImmutable` |
156 |
| - |
157 |
| -### WeatherLocationList |
158 |
| - |
159 |
| -- `getNumResults()`: `int` |
160 |
| -- `getLocation()`: [`Location`](#location) |
161 |
| -- `getList()`: [`Weather[]`](#weather-2) |
| 157 | +- `getRainVolume()`: `?float` |
| 158 | +- `getSnowVolume()`: `?float` |
162 | 159 |
|
163 | 160 | ## Air Pollution
|
164 | 161 |
|
|
210 | 207 |
|
211 | 208 | ## Common
|
212 | 209 |
|
213 |
| -### AtmosphericPressure |
214 |
| - |
215 |
| -- `getPressure()`: `int` |
216 |
| -- `getSeaLevelPressure()`: `?int` |
217 |
| -- `getGroundLevelPressure()`: `?int` |
218 |
| - |
219 | 210 | ### Coordinate
|
220 | 211 |
|
221 | 212 | - `getLatitude()`: `float`
|
222 | 213 | - `getLongitude()`: `float`
|
223 | 214 |
|
| 215 | +### Condition |
| 216 | + |
| 217 | +- `getId()`: `int` |
| 218 | +- `getName()`: `string` |
| 219 | +- `getDescription()`: `string` |
| 220 | +- `getIcon()`: [`Icon`](#icon) |
| 221 | +- `getSystemName()`: `string` |
| 222 | + |
224 | 223 | ### Icon
|
225 | 224 |
|
226 | 225 | - `getId()`: `string`
|
227 |
| -- `getImageUrl()`: `string` |
| 226 | +- `getUrl()`: `string` |
228 | 227 |
|
229 | 228 | ### Location
|
230 | 229 |
|
|
235 | 234 | - `getCountryCode()`: `?string`
|
236 | 235 | - `getLocalNames()`: `?array`
|
237 | 236 | - `getLocalName(string $countryCode)`: `?string`
|
| 237 | +- `getPopulation()`: `?int` |
238 | 238 | - `getTimezone()`: [`?Timezone`](#timezone)
|
239 | 239 | - `getSunriseAt()`: `?\DateTimeImmutable`
|
240 | 240 | - `getSunsetAt()`: `?\DateTimeImmutable`
|
|
245 | 245 | - `getName()`: `string`
|
246 | 246 | - `getSysName()`: `string`
|
247 | 247 |
|
248 |
| -### Rain |
249 |
| - |
250 |
| -- `getLastOneHourVolume()`: `?float` |
251 |
| -- `getLastThreeHoursVolume()`: `?float` |
252 |
| - |
253 |
| -### Snow |
254 |
| - |
255 |
| -- `getLastOneHourVolume()`: `?float` |
256 |
| -- `getLastThreeHoursVolume()`: `?float` |
257 |
| - |
258 | 248 | ### Temperature
|
259 | 249 |
|
260 | 250 | - `getMorning()`: `float`
|
|
269 | 259 | - `getOffset()`: `int`
|
270 | 260 | - `getIdentifier()`: `?string`
|
271 | 261 |
|
272 |
| -### WeatherCondition |
273 |
| - |
274 |
| -- `getId()`: `int` |
275 |
| -- `getName()`: `string` |
276 |
| -- `getDescription()`: `string` |
277 |
| -- `getIcon()`: [`Icon`](#icon) |
278 |
| -- `getSysName()`: `string` |
279 |
| - |
280 | 262 | ### Wind
|
281 | 263 |
|
282 | 264 | - `getSpeed()`: `float`
|
|
0 commit comments