PolygonOutput interface

Polygon geometry.

Extends

Properties

coordinates

Gets or sets type of the GeoJSON Object. It must be an array of linear ring coordinate arrays. For Polygons with more than one of these rings, the first MUST be the exterior ring, and any others MUST be interior rings.

type

Property Details

coordinates

Gets or sets type of the GeoJSON Object. It must be an array of linear ring coordinate arrays. For Polygons with more than one of these rings, the first MUST be the exterior ring, and any others MUST be interior rings.

coordinates: number[][][]

Property Value

number[][][]

type

type: "Polygon"

Property Value

"Polygon"