---
title: meter()
framework: healthkit
role: symbol
role_heading: Type Method
path: healthkit/hkunit/meter()
---

# meter()

Returns a HealthKit unit for measuring length in meters.

## Declaration

```swift
class func meter() -> Self
```

## Return Value

Return Value A HealthKit unit for measuring length in meters.

## See Also

### Constructing length units

- [meterUnit(with:)](healthkit/hkunit/meterunit(with:).md)
- [inch()](healthkit/hkunit/inch().md)
- [foot()](healthkit/hkunit/foot().md)
- [yard()](healthkit/hkunit/yard().md)
- [mile()](healthkit/hkunit/mile().md)
