GeoJsonPolygon interface
A valid GeoJSON Polygon
geometry type. Please refer to RFC 7946 for details.
Properties
type |
Inherited Properties
coordinates | Coordinates for the |
Property Details
type
type: "Polygon"
Property Value
"Polygon"
Inherited Property Details
coordinates
Coordinates for the GeoJson Polygon
geometry type.
coordinates: number[][][]
Property Value
number[][][]
Inherited From GeoJsonPolygonData.coordinates