Geometry constructor

Geometry(
  1. String type,
  2. Object coordinates
)

Implementation

Geometry(this.type, this.coordinates);