AdGeometry constructor

AdGeometry(
  1. String type,
  2. List<double> coordinates
)

Implementation

AdGeometry(this.type, this.coordinates);