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?: stringProperty Value
string
summary
Summary for the batch request
summary?: GeocodingBatchResponseSummaryOutput