TileCoverOptions constructor

TileCoverOptions({
  1. int? tileSize,
  2. int? minZoom,
  3. int? maxZoom,
  4. bool? roundZoom,
})

Implementation

TileCoverOptions({
  this.tileSize,
  this.minZoom,
  this.maxZoom,
  this.roundZoom,
});