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 setteroverride
maxZoom int?
Max zoom defined in the source between range 0, 22.
getter/setter pair
minZoom int?
Min zoom defined in the source between range 0, 22.
getter/setter pair
roundZoom bool?
Whether to round zoom values when calculating tilecover.
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.
override

Static Methods

decode(Object result) TileCoverOptions