---
title: contentScaleFactor
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mktileoverlaypath/contentscalefactor
---

# contentScaleFactor

The tile’s intended screen scale factor.

## Declaration

```swift
var contentScaleFactor: CGFloat
```

## Discussion

Discussion This value is typically either 1.0 (for standard resolution displays) or 2.0 (for Retina displays).

## See Also

### Instance properties

- [x](mapkit/mktileoverlaypath/x.md)
- [y](mapkit/mktileoverlaypath/y.md)
- [z](mapkit/mktileoverlaypath/z.md)
