new AddressMatchService(url, options)
Usage
import { AddressMatchService } from '@supermapgis/iclient-ol';
new AddressMatchService(url, options);<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
new ol.supermap.AddressMatchService({paramsNames});
</script>
openlayers/services/AddressMatchService.js, line 7
| Name | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
地址匹配服务地址,如 http://{ip}:{port}/iserver/services/addressmatch-Address/restjsr/v1/address 。 |
|||||||||||||||
options |
Object |
参数。
|
Example
new AddressMatchService(url,options)
.code(function(result){
//doSomething
})
Extends
AddressMatchService
-> ServiceBase
-> ol.Observable
Methods
-
code(params, callback){Promise}
openlayers/services/AddressMatchService.js, line 38 -
获取正向地址匹配结果。
Name Type Description paramsGeoCodingParameter 正向匹配参数。
callbackRequestCallback 可选 回调函数,该参数未传时可通过返回的 promise 获取结果。
Returns:
Type Description Promise Promise 对象。 -
decode(params, callback){Promise}
openlayers/services/AddressMatchService.js, line 49 -
获取反向地址匹配结果。
Name Type Description paramsGeoDecodingParameter 反向匹配参数。
callbackRequestCallback 可选 回调函数,该参数未传时可通过返回的 promise 获取结果。
Returns:
Type Description Promise Promise 对象。