weather(for:)
Returns the weather forecast for the requested location.
Declaration
final func weather(for location: CLLocation) async throws -> WeatherParameters
- location:
The requested location.
Return Value
The aggregate weather.
Returns the weather forecast for the requested location.
final func weather(for location: CLLocation) async throws -> WeatherThe requested location.
The aggregate weather.