VectorTileVtzero class

Fast VectorTile using vtzero backend

Inheritance
  • Object
  • VectorTile
  • VectorTileVtzero

Constructors

VectorTileVtzero({required List<VectorTileLayer> layers})

Properties

hashCode int
The hash code for this object.
no setterinherited
layers List<VectorTileLayer>
getter/setter pairinherited
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
toGeoJson({required int x, required int y, required int z}) → GeoJsonFeatureCollection
inherited
toPath({required String path}) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromBytes({required Uint8List bytes}) VectorTileVtzero
Create from bytes using vtzero decoder
override