<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/PrecipitationAmountByType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit25PrecipitationAmountByTypeV"
  },
  "title" : "PrecipitationAmountByType"
}
-->

# PrecipitationAmountByType

A structure that provides a breakdown of amounts of all forms of precipitation that is expected to occur over a period of time.

```
struct PrecipitationAmountByType
```

## Topics

### Instance Properties

[`var hail: Measurement<UnitLength>`](/documentation/WeatherKit/PrecipitationAmountByType/hail)

The amount of hail for the period.

[`var mixed: Measurement<UnitLength>`](/documentation/WeatherKit/PrecipitationAmountByType/mixed)

The amount of wintry mix for the period.

[`var precipitation: Measurement<UnitLength>`](/documentation/WeatherKit/PrecipitationAmountByType/precipitation)

The amount of liquid equivalent of all precipitation for the period.

[`var rainfall: Measurement<UnitLength>`](/documentation/WeatherKit/PrecipitationAmountByType/rainfall)

The amount of rainfall for the period.

[`var sleet: Measurement<UnitLength>`](/documentation/WeatherKit/PrecipitationAmountByType/sleet)

The amount of sleet for the period.

[`var snowfallAmount: SnowfallAmount`](/documentation/WeatherKit/PrecipitationAmountByType/snowfallAmount)

Describes the amount of snowfall for the period.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Decodable`](/documentation/Swift/Decodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)