你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GeocodingResponseOutput interface
此对象是从成功的地理编码调用返回的
属性
features | |
next |
是指向返回的功能的下一页的链接。 如果是最后一页,则不使用此字段。 |
type | FeatureCollection 对象的类型必须为 FeatureCollection。 |
属性详细信息
features
nextLink
是指向返回的功能的下一页的链接。 如果是最后一页,则不使用此字段。
nextLink?: string
属性值
string
type
FeatureCollection 对象的类型必须为 FeatureCollection。
type?: "FeatureCollection"
属性值
"FeatureCollection"