LazyGpkgTile class Null safety
A lazy loading geopackage tile.
Constructors
Properties
- db ↔ GeopackageDb?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tableName ↔ TableName
-
read / write
- tileBoundsLatLong ↔ Envelope?
-
read / write
-
tileImageBytes
↔ List<
int> ? -
read / write
- xPixels ↔ int
-
read / write
- xTile ↔ int
-
read / write
- yPixels ↔ int
-
read / write
- yTile ↔ int
-
read / write
- zoomLevel ↔ int
-
read / write
Methods
-
fetch(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override