Geometry constructor

Geometry({
  1. Location? location,
  2. String? locationType,
  3. Viewport? viewport,
  4. Bounds? bounds,
})

Implementation

Geometry({
  this.location,
  this.locationType,
  this.viewport,
  this.bounds,
});