CustomTile.satellite constructor

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

Implementation

CustomTile.satellite({this.maxZoomLevel = 19, this.minZoomLevel = 2})
  : urlsServers = [
      TileURLs(
        url:
            "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
      ),
    ],
    tileExtension = "",
    sourceName = "arcgisWorldImagery",
    tileSize = 256,
    keyApi = null,
    styleURL = null;