CachedTileOverlayZoomRenderer

class CachedTileOverlayZoomRenderer : MKTileOverlayRenderer

A Tile overlay that supports to zoom

  • Indicates if the renderer is ready to draw. It´s always true

    Declaration

    Swift

    override func canDraw(_ mapRect: MKMapRect, zoomScale: MKZoomScale) -> Bool
  • Draws the tile in the map

    Declaration

    Swift

    override func draw(_ mapRect: MKMapRect, zoomScale: MKZoomScale, in context: CGContext)