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

GeoJsonGeometryCollection interface

GeoJSON GeometryCollection。 参考

扩展

属性

geometries
type

表示此 GeoJSON 对象的类型,包括七种几何图形类型和“Feature”、“FeatureCollection”。 参考

继承属性

bbox

包括有关其 Geometries、Features 或 FeatureCollections 坐标范围的信息。 参考

属性详细信息

geometries

geometries: GeoJsonGeometry[]

属性值

type

表示此 GeoJSON 对象的类型,包括七种几何图形类型和“Feature”、“FeatureCollection”。 参考

type: "GeometryCollection"

属性值

"GeometryCollection"

继承属性详细信息

bbox

包括有关其 Geometries、Features 或 FeatureCollections 坐标范围的信息。 参考

bbox?: BBox

属性值

继承自GeoJsonObject.bbox