GeocodingBatchResponseOutput interface
This object is returned from a successful Geocoding Batch service call.
Properties
batch |
Array containing the batch results. |
next |
The is the link to the next page of the features returned. If it's the last page, no this field. |
summary | Summary for the batch request |
Property Details
batchItems
Array containing the batch results.
batchItems?: GeocodingBatchResponseItemOutput[]
Property Value
nextLink
The is the link to the next page of the features returned. If it's the last page, no this field.
nextLink?: string
Property Value
string
summary
Summary for the batch request
summary?: GeocodingBatchResponseSummaryOutput
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript