---
title: init()
framework: weatherkit
role: symbol
role_heading: Initializer
path: weatherkit/weatherservice/init()
---

# init()

Creates a weather service object.

## Declaration

```swift
convenience init()
```

## Discussion

Discussion Use this method to create different WeatherService instances, for example, to separate out high-priority and low-priority requests for performance. If you only need one instance of WeatherService, use shared.
