VectorTileFeature constructor
VectorTileFeature({
- required Int64 id,
- required List<
int> tags, - VectorTileGeomType? type,
- List<
int> ? geometryList, - int? extent,
- List<
String> ? keys, - List<
VectorTileValue> ? values,
Implementation
VectorTileFeature({
required this.id,
required this.tags,
this.type,
this.geometryList,
this.extent,
this.keys,
this.values,
});