GeoJsonDTO constructor
GeoJsonDTO({
- BoundingBoxDTO? bbox,
- CrsDTO? crs,
- required GeomGeoJson geom,
Constructeur principal.
Implementation
GeoJsonDTO({
this.bbox,
this.crs,
required this.geom,
});