TileCoverOptions class

Various options needed for tile cover.

Constructors

TileCoverOptions({int? tileSize, int? minZoom, int? maxZoom, bool? roundZoom})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
maxZoom int?
Max zoom defined in the source between range 0, 22. Should be greater than or equal to minZoom. If not provided or is out of range, defaults to 22.
read / write
minZoom int?
Min zoom defined in the source between range 0, 22. if not provided or is out of range, defaults to 0.
read / write
roundZoom bool?
Whether to round zoom values when calculating tilecover. Set this to true for raster and raster-dem sources. If not specified, defaults to false.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
tileSize int?
Tile size of the source. Defaults to 512.
read / write

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(Object result) TileCoverOptions