toDownloadable abstract method
Generate the DownloadableRegion ready for bulk downloading
For more information see DownloadableRegion's documentation.
Implementation
DownloadableRegion toDownloadable({
required int minZoom,
required int maxZoom,
required TileLayer options,
int start = 1,
int? end,
Crs crs = const Epsg3857(),
});