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

GeoJsonFeature interface

GeoJSON 特征 A 功能对象表示空间边界的东西。 每个 Feature 对象都是 GeoJSON 对象。 参考

扩展

属性

geometry
id
properties
type

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

继承属性

bbox

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

属性详细信息

geometry

geometry?: GeoJsonGeometry

属性值

id

id?: string | number

属性值

string | number

properties

properties?: Record<string, any>

属性值

Record<string, any>

type

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

type: "Feature"

属性值

"Feature"

继承属性详细信息

bbox

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

bbox?: BBox

属性值

继承自GeoJsonObject.bbox