init(tileOverlay:)
Initializes and returns a tile renderer with the specified overlay object.
Declaration
init(tileOverlay overlay: MKTileOverlay)Parameters
- overlay:
The tile overlay object whose contents you want to draw.
Return Value
An initialized tile renderer object.
Discussion
The returned renderer object works with the tile overlay object to coordinate the loading and display of its map tiles.
See Also
Related Documentation
- Location and Maps Programming Guide