MKTileOverlayPath Struct

Definition

Encapsulates the index values of a particular MKTileOverlay.

public struct MKTileOverlayPath
type MKTileOverlayPath = struct
Inheritance
MKTileOverlayPath

Fields

ContentScaleFactor

The screen scaling factor for which the tile is intended. A value of 1.0 indicates standard resolution, a value of 2.0 indicates Retina displays.

X

The index of the MKTileOverlay along the X axis.

Y

The index of the MKTileOverlay along the Y axis.

Z

The Zoom level for the MKTileOverlay.

Applies to