다음을 통해 공유


GeocodingBatchResponseItemOutput interface

속성

error

오류 세부 정보입니다.

features
nextLink

반환된 기능의 다음 페이지에 대한 링크입니다. 마지막 페이지인 경우 이 필드가 없습니다.

optionalId

요청의 ID와 동일한 batchItem의 ID

type

FeatureCollection 개체의 형식은 FeatureCollection이어야 합니다.

속성 세부 정보

error

오류 세부 정보입니다.

error?: ErrorDetailOutput

속성 값

features

features?: FeaturesItemOutput[]

속성 값

반환된 기능의 다음 페이지에 대한 링크입니다. 마지막 페이지인 경우 이 필드가 없습니다.

nextLink?: string

속성 값

string

optionalId

요청의 ID와 동일한 batchItem의 ID

optionalId?: string

속성 값

string

type

FeatureCollection 개체의 형식은 FeatureCollection이어야 합니다.

type?: "FeatureCollection"

속성 값

"FeatureCollection"