你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Polygon interface

表示一个多边形。

扩展

属性

coordinates

多边形的坐标。

type

多边形的类型。

继承属性

boundingBox

可选的几何边界框。

属性详细信息

coordinates

多边形的坐标。

coordinates: number[][][]

属性值

number[][][]

type

多边形的类型。

type: "Polygon"

属性值

"Polygon"

继承属性详细信息

boundingBox

可选的几何边界框。

boundingBox?: number[]

属性值

number[]

继承自Geometry.boundingBox