MKTileOverlayPath Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |