MapCacheProtocol

public protocol MapCacheProtocol

Undocumented

  • Undocumented

    Declaration

    Swift

    var config: MapCacheConfig { get set }
  • Undocumented

    Declaration

    Swift

    func url(forTilePath path: MKTileOverlayPath) -> URL
  • Shall load a tile based on MKTileOverlayPath

    Declaration

    Swift

    func loadTile(at path: MKTileOverlayPath, result: @escaping (Data?, Error?) -> Void)