LazyGpkgTile class

A lazy loading geopackage tile.

Constructors

LazyGpkgTile()

Properties

db GeopackageDb?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName ↔ TableName
getter/setter pair
tileBoundsLatLong ↔ Envelope?
getter/setter pair
tileImageBytes List<int>?
getter/setter pair
xPixels int
getter/setter pair
xTile int
getter/setter pair
yPixels int
getter/setter pair
yTile int
getter/setter pair
zoomLevel int
getter/setter pair

Methods

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

Operators

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