你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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"