Geometry constructor

Geometry({
  1. List<List<double>>? coordinates,
  2. Type? type,
})

Implementation

Geometry({this.coordinates, this.type});