VectorTileVtzero class
Fast VectorTile using vtzero backend
- Inheritance
-
- Object
- VectorTile
- VectorTileVtzero
Constructors
-
VectorTileVtzero({required List<
VectorTileLayer> layers})
Properties
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