---
title: MKScaleView.Alignment.trailing
framework: mapkit
role: symbol
role_heading: Case
path: mapkit/mkscaleview/alignment/trailing
---

# MKScaleView.Alignment.trailing

Scale measurements begin at the trailing edge of the view.

## Declaration

```swift
case trailing
```

## Discussion

Discussion This value causes the scale view to place the value 0 at the trailing edge of the view. The scale places the distance representing the current scale of the map at the leading edge of the view.

## See Also

### Alignment options

- [MKScaleView.Alignment.leading](mapkit/mkscaleview/alignment/leading.md)
- [MKScaleView.Alignment.center](mapkit/mkscaleview/alignment/center.md)
