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

BoundaryOutput interface

描述地理区域的边界的 GeoJSON GeocodingFeature 对象。 使用 GeoJSON GeometryCollection描述特征的几何图形。

请注意,该服务通常返回包含多边形或 MultiPolygon 子类型的 GeometryCollection。

扩展

属性

type

继承属性

bbox

边界框。 使用的投影 - EPSG:3857。 有关详细信息,请参阅 RFC 7946

copyright

版权字符串。

copyrightURL

列出 Azure Maps 的许多数据提供程序及其相关版权信息的 URL。

featureType

功能的类型。 该值取决于当前功能所属的数据模型。 某些数据模型可能具有空值。

geometriesCopyright

边界对象的每个几何图形的版权信息集合,其显示顺序相同。

geometry

有效的 GeoJSON 几何图形对象。 该类型必须是七种有效的 GeoJSON 几何类型之一 - Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon 和 GeometryCollection。 有关详细信息,请参阅 RFC 7946

id

功能的标识符。

name

与地理区域关联的名称。

properties

属性可以包含有关 Feature的任何其他元数据。 值可以是任何 JSON 对象,也可以是 JSON null 值

属性详细信息

type

type: "Boundary"

属性值

"Boundary"

继承属性详细信息

bbox

边界框。 使用的投影 - EPSG:3857。 有关详细信息,请参阅 RFC 7946

bbox?: number[]

属性值

number[]

继承自GeoJsonFeatureOutputParent.bbox

版权字符串。

copyright?: string

属性值

string

继承自BoundaryPropertiesOutput.copyright

copyrightURL

列出 Azure Maps 的许多数据提供程序及其相关版权信息的 URL。

copyrightURL?: string

属性值

string

继承自BoundaryPropertiesOutput.copyrightURL

featureType

功能的类型。 该值取决于当前功能所属的数据模型。 某些数据模型可能具有空值。

featureType?: string

属性值

string

继承自GeoJsonFeatureOutputParent.featureType

geometriesCopyright

边界对象的每个几何图形的版权信息集合,其显示顺序相同。

geometriesCopyright?: GeometryCopyrightOutput[]

属性值

继承自BoundaryPropertiesOutput.geometriesCopyright

geometry

有效的 GeoJSON 几何图形对象。 该类型必须是七种有效的 GeoJSON 几何类型之一 - Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon 和 GeometryCollection。 有关详细信息,请参阅 RFC 7946

geometry: GeoJsonGeometryOutput

属性值

继承自GeoJsonFeatureOutputParent.geometry

id

功能的标识符。

id?: string

属性值

string

继承自GeoJsonFeatureOutputParent.id

name

与地理区域关联的名称。

name?: string

属性值

string

继承自BoundaryPropertiesOutput.name

properties

属性可以包含有关 Feature的任何其他元数据。 值可以是任何 JSON 对象,也可以是 JSON null 值

properties?: Record<string, unknown>

属性值

Record<string, unknown>

继承自GeoJsonFeatureOutputParent.properties