<!--
{
  "availability" : [
    "iOS: 7.0.0 - 26.5.0",
    "iPadOS: 7.0.0 - 26.5.0",
    "macCatalyst: 13.1.0 -",
    "macOS: -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 - 26.5.0",
    "watchOS: 2.0.0 - 26.5.0"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMapSnapshotter/Options/scale",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKMapSnapshotOptions(py)scale"
  },
  "title" : "scale"
}
-->

# scale

The scale factor to use when creating the image.

```
var scale: CGFloat { get set }
```

## Discussion

The value of this property is either `1.0` or `2.0`, depending on whether the device has a standard or Retina display. Set the value to `1.0` if you want to display the resulting image on a standard resolution display. Set the value to 2.0 if you want to display the image on a Retina display or want to use the image for printing.

This snapshotter sets this property to a default value that corresponds to the resolution of the current device’s display. You can change the value as needed to generate an image suitable for display on a different device.

---

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)
