<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKTileOverlayPath",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:@SA@MKTileOverlayPath"
  },
  "title" : "MKTileOverlayPath"
}
-->

# MKTileOverlayPath

Values that specify the path indexes for a single overlay tile.

```
struct MKTileOverlayPath
```

## Topics

### Creating a tile overlay path

[`init()`](/documentation/MapKit/MKTileOverlayPath/init())

Creates a new tile overlay path.

[`init(x:y:z:contentScaleFactor:)`](/documentation/MapKit/MKTileOverlayPath/init(x:y:z:contentScaleFactor:))

Creates a new overlay path with the specified indexes and content scale factor.

### Instance properties

[`x`](/documentation/MapKit/MKTileOverlayPath/x)

The index of the tile along the x-axis of the map.

[`y`](/documentation/MapKit/MKTileOverlayPath/y)

The index of the tile along the y-axis of the map.

[`z`](/documentation/MapKit/MKTileOverlayPath/z)

The index of the tile along the z-axis of the map.

[`contentScaleFactor`](/documentation/MapKit/MKTileOverlayPath/contentScaleFactor)

The tile’s intended screen scale factor.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)