Geometry constructor

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

Implementation

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