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"
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript