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.
no setterinherited
- 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.getter/setter pair - minZoom ↔ int?
-
Min zoom defined in the source between range
0, 22
. if not provided or is out of range, defaults to 0.getter/setter pair - 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.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tileSize ↔ int?
-
Tile size of the source. Defaults to 512.
getter/setter pair
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