GeoJsonFeatureCollection constructor
GeoJsonFeatureCollection({
- required List<
GeoJsonFeature< features,GeoJsonGeometry> > - List<
double> ? boundingBox, - dynamic type,
Default constructor
Implementation
GeoJsonFeatureCollection({required this.features, this.boundingBox, type}) : type = GeoJsonType.featureCollection;