OBJECT

Polygon

link GraphQL Schema definition

  • type Polygon {
  • # GeoJSON geometry type (possible values are 'LineString', 'Point', and 'Polygon')
  • type: String
  • # Collection of GeoJSON coordinates
  • coordinates: [[[Float]]]
  • }