Class: AddressMatchService

SuperMap.AddressMatchService

地址匹配服务,包括正向匹配和反向匹配。

new SuperMap.AddressMatchService(url, options)

common/iServer/AddressMatchService.js, line 9
Name Type Description
url string

地址匹配服务地址。

options Object

参数。

Name Type Description
crossOrigin boolean 可选

是否允许跨域请求。

headers Object 可选

请求头。

Methods

code(url, params)

common/iServer/AddressMatchService.js, line 33
Name Type Description
url string

正向地址匹配服务地址。

params SuperMap.GeoCodingParameter

正向地址匹配服务参数。

decode(url, params)

common/iServer/AddressMatchService.js, line 45
Name Type Description
url string

反向地址匹配服务地址。

params SuperMap.GeoDecodingParameter

反向地址匹配服务参数。

destroy()

common/iServer/AddressMatchService.js, line 25

processAsync(url, params)

common/iServer/AddressMatchService.js, line 57

负责将客户端的动态分段服务参数传递到服务端。

Name Type Description
url string

服务地址。

params Object

参数。

serviceProcessCompleted(result)

common/iServer/AddressMatchService.js, line 75

服务流程是否完成

Name Type Description
result Object

服务器返回的结果对象。

serviceProcessCompleted(result)

common/iServer/AddressMatchService.js, line 87

服务流程是否失败

Name Type Description
result Object

服务器返回的结果对象。