다음을 통해 공유


BoundaryOutput interface

GeoJSON GeocodingFeature 지리적 영역의 경계를 설명하는 개체입니다. 기능의 기하 도형은 GeoJSON GeometryCollection설명합니다.

이 서비스는 일반적으로 다각형 또는 MultiPolygon 하위 형식을 사용하여 GeometryCollection을 반환합니다.

Extends

속성

type

상속된 속성

bbox

경계 상자. 사용된 프로젝션 - EPSG:3857. 자세한 내용은 RFC 7946 참조하세요.

copyright

저작권 문자열입니다.

copyrightURL

Azure Maps 및 관련 저작권 정보에 대한 많은 데이터 공급자를 나열하는 URL입니다.

featureType

기능의 형식입니다. 값은 현재 기능이 속한 데이터 모델에 따라 달라집니다. 일부 데이터 모델에는 빈 값이 있을 수 있습니다.

geometriesCopyright

경계 개체의 각 기하 도형에 대해 표시되는 순서와 동일한 순서로 저작권 정보의 컬렉션입니다.

geometry

유효한 GeoJSON 기하 도형 개체입니다. 이 형식은 Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon 및 GeometryCollection의 7가지 유효한 GeoJSON 기하 도형 형식 중 하나여야 합니다. 자세한 내용은 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 기하 도형 개체입니다. 이 형식은 Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon 및 GeometryCollection의 7가지 유효한 GeoJSON 기하 도형 형식 중 하나여야 합니다. 자세한 내용은 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 상속된