GeomGeoJson constructor
GeomGeoJson({
- required String type,
- GeomPoint? points,
- GeomLine? lines,
- List<
GeomPolygon> ? polygons, - GeomMultiLine? multilines,
Implementation
GeomGeoJson({
required this.type,
this.points,
this.lines,
this.polygons,
this.multilines,
});