---
title: MKTileOverlayPath
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/mktileoverlaypath
---

# MKTileOverlayPath

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

## Declaration

```swift
struct MKTileOverlayPath
```

## Topics

### Creating a tile overlay path

- [init()](mapkit/mktileoverlaypath/init().md)
- [init(x:y:z:contentScaleFactor:)](mapkit/mktileoverlaypath/init(x:y:z:contentscalefactor:).md)

### Instance properties

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

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Customizing the loading of tiles

- [urlTemplate](mapkit/mktileoverlay/urltemplate.md)
- [url(forTilePath:)](mapkit/mktileoverlay/url(fortilepath:).md)
- [loadTile(at:result:)](mapkit/mktileoverlay/loadtile(at:result:).md)
