CustomTile.cycleOSM constructor

CustomTile.cycleOSM({
  1. int maxZoomLevel = 19,
  2. int minZoomLevel = 2,
})

Implementation

CustomTile.cycleOSM({
  this.maxZoomLevel = 19,
  this.minZoomLevel = 2,
})  : urlsServers = [
        TileURLs(
          url: "https://{s}.tile-cyclosm.openstreetmap.fr/cyclosm/",
          subdomains: [
            "a",
            "b",
            "c",
          ],
        ),
      ],
      tileExtension = ".png",
      sourceName = "cycleMapnik",
      tileSize = 256,
      keyApi = null;