<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKScaleView/legendAlignment",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKScaleView(py)legendAlignment"
  },
  "title" : "legendAlignment"
}
-->

# legendAlignment

The alignment of the distance information in the scale view.

```
var legendAlignment: MKScaleView.Alignment { get set }
```

## Discussion

This property determines whether measurements start at the leading or trailing edge of the view. The default value of this property is [`MKScaleView.Alignment.leading`](/documentation/MapKit/MKScaleView/Alignment/leading).

---

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)