VectorTile class

Constructors

VectorTile({required List<VectorTileLayer> layers})

Properties

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

Operators

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

Static Methods

fromBytes({required Uint8List bytes}) VectorTile
decodes the given bytes (.mvt/.pbf) to a VectorTile