GeocodingResponseOutput interface
此对象是从成功的地理编码调用返回的
属性
features | |
next |
该链接指向返回的功能的下一页。 如果是最后一页,则不显示此字段。 |
type | FeatureCollection 对象的类型必须是 FeatureCollection。 |
属性详细信息
features
nextLink
该链接指向返回的功能的下一页。 如果是最后一页,则不显示此字段。
nextLink?: string
属性值
string
type
FeatureCollection 对象的类型必须是 FeatureCollection。
type?: "FeatureCollection"
属性值
"FeatureCollection"