OBJECT

LineString

link GraphQL Schema definition

  • type LineString {
  • # Collection of GeoJSON coordinates
  • coordinates: [[Float]]
  • # GeoJSON geometry type (value is always 'LineString')
  • type: String
  • }

link Require by