共用方式為


GeocodingBatchResponseItemOutput interface

屬性

error

錯誤詳細數據。

features
nextLink

是傳回之功能下一頁的連結。 如果是最後一頁,則不會有此欄位。

optionalId

batchItem 的標識碼,與要求中的標識符相同

type

FeatureCollection 對象的類型必須是FeatureCollection。

屬性詳細資料

error

錯誤詳細數據。

error?: ErrorDetailOutput

屬性值

features

features?: FeaturesItemOutput[]

屬性值

是傳回之功能下一頁的連結。 如果是最後一頁,則不會有此欄位。

nextLink?: string

屬性值

string

optionalId

batchItem 的標識碼,與要求中的標識符相同

optionalId?: string

屬性值

string

type

FeatureCollection 對象的類型必須是FeatureCollection。

type?: "FeatureCollection"

屬性值

"FeatureCollection"