Geometry constructor
Geometry({
- GeometryType? type,
- List<
double> ? coordinates,
Implementation
Geometry({
this.type,
this.coordinates,
});
Geometry({
this.type,
this.coordinates,
});