SuperMap.Cloud.GeocodingParameter

地理编码服务可以根据用户输入的地址描述和城市范围返回对应的地理坐标和结构化的地址详细描述。

Summary
SuperMap.Cloud.GeocodingParameter 地理编码服务可以根据用户输入的地址描述和城市范围返回对应的地理坐标和结构化的地址详细描述。
Properties
address {String} 地址描述指定需要地理编码分析的具体地址描述,必设属性。
city {String} 城市名称用来指定地理编码分析的范围,必设属性。
maxResult {Number} 设置最多返回几条匹配结果,默认为1。
to {Number} 输出结果坐标类型,默认值:910101。支持的坐标类型编码参考 http://www.supermapol.com/developer/webapi.html?title=convert
Constructor
SuperMap.Cloud.GeocodingParameter
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

address

{String} 地址描述指定需要地理编码分析的具体地址描述,必设属性。

city

{String} 城市名称用来指定地理编码分析的范围,必设属性。

maxResult

{Number} 设置最多返回几条匹配结果,默认为1。

to

{Number} 输出结果坐标类型,默认值:910101。支持的坐标类型编码参考 http://www.supermapol.com/developer/webapi.html?title=convert

Constructor

SuperMap.Cloud.GeocodingParameter

Parameters

options {Object} 参数。

Allowed options properties

address {String} 地址描述指定需要地理编码分析的具体地址描述。
level {String} 地址类型。
city {String} 城市名称用来指定地理编码分析的范围。

Functions

destroy

destroy: function()

释放资源,将引用资源的属性置空。

destroy: function()
释放资源,将引用资源的属性置空。
Close