WriteFeatures typedef
WriteFeatures =
void Function(FeatureContent output)
A function to write geospatial feature objects to output.
Supported feature object types: Feature and FeatureCollection
Implementation
typedef WriteFeatures = void Function(FeatureContent output);