GeocodingBatchResponseItemOutput interface
屬性
error | 錯誤詳細數據。 |
features | |
next |
是傳回之功能下一頁的連結。 如果是最後一頁,則不會有此欄位。 |
optional |
batchItem 的標識碼,與要求中的標識符相同 |
type | FeatureCollection 對象的類型必須是FeatureCollection。 |
屬性詳細資料
error
features
nextLink
是傳回之功能下一頁的連結。 如果是最後一頁,則不會有此欄位。
nextLink?: string
屬性值
string
optionalId
batchItem 的標識碼,與要求中的標識符相同
optionalId?: string
屬性值
string
type
FeatureCollection 對象的類型必須是FeatureCollection。
type?: "FeatureCollection"
屬性值
"FeatureCollection"