VectorTile class

Vector tile containing multiple layers.

Constructors

VectorTile({required List<Layer> layers})
const
VectorTile.fromBytes(Uint8List bytes)
Decodes the given bytes (.mvt/.pbf) to a VectorTile
factory
VectorTile.fromRaw(VectorTile tile)
Creates a VectorTile from a vt.VectorTile instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
layers List<Layer>
Layers of this VectorTile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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