Properties Geo Json Request
GeoJSON geometry
Parameters
type
The geometry type. The only supported type is Polygon
coordinates
An array of linear ring coordinate arrays that combine to make up a single Polygon in geojson format. If there is more than one linear ring at this level, the first is the outer boundary and the remaining linear rings are interior rings or holes.
Constructors
Link copied to clipboard
public PropertiesGeoJsonRequest PropertiesGeoJsonRequest(String type, List<List<List<BigDecimal>>> coordinates)