GeocodingBatchResponseItemOutput interface    
属性
| error | 错误详细信息。 | 
| features | |
| next | 该链接指向返回的功能的下一页。 如果是最后一页,则不显示此字段。 | 
| optional | batchItem 的 id,该 ID 与请求中的 ID 相同 | 
| type | FeatureCollection 对象的类型必须是 FeatureCollection。 | 
属性详细信息
error
features
		nextLink
	 
	该链接指向返回的功能的下一页。 如果是最后一页,则不显示此字段。
nextLink?: string属性值
string
		optionalId
	 
	batchItem 的 id,该 ID 与请求中的 ID 相同
optionalId?: string属性值
string
type
FeatureCollection 对象的类型必须是 FeatureCollection。
type?: "FeatureCollection"属性值
"FeatureCollection"