GeocodingBatchResponseItemOutput interface
プロパティ
error | エラーの詳細。 |
features | |
next |
返される機能の次のページへのリンクです。 最後のページの場合、このフィールドはありません。 |
optional |
要求の ID と同じになる batchItem の ID |
type | FeatureCollection オブジェクトの種類は FeatureCollection である必要があります。 |
プロパティの詳細
error
features
nextLink
返される機能の次のページへのリンクです。 最後のページの場合、このフィールドはありません。
nextLink?: string
プロパティ値
string
optionalId
要求の ID と同じになる batchItem の ID
optionalId?: string
プロパティ値
string
type
FeatureCollection オブジェクトの種類は FeatureCollection である必要があります。
type?: "FeatureCollection"
プロパティ値
"FeatureCollection"