PowerGeoJSONFeatureCollection constructor
- required List<
PowerGeoPoint> geoJSONPoints, - required List<
PowerGeoLineString> geoJSONLineStrings, - required List<
PowerGeoPolygon> geoJSONPolygons,
Creates a PowerGeoJSONFeatureCollection with the specified lists of features.
geoJSONPoints: List of PowerGeoPoint instances.geoJSONLineStrings: List of PowerGeoLineString instances.geoJSONPolygons: List of PowerGeoPolygon instances.
Implementation
PowerGeoJSONFeatureCollection({
required this.geoJSONPoints,
required this.geoJSONLineStrings,
required this.geoJSONPolygons,
});