new mapboxgl.supermap.AddressMatchService(url, options)
mapboxgl/services/AddressMatchService.js, line 5
Name | Type | Description |
---|---|---|
url |
string |
与客户端交互的服务地址。 |
options |
Object |
交互时所需可选参数。 |
Example
new mapboxgl.supermap.AddressMatchService(url,options)
.code(function(result){
//doSomething
})
Extends
- mapboxgl.supermap.ServiceBase
Methods
-
code(params, callback)
mapboxgl/services/AddressMatchService.js, line 22 -
获取正向地址匹配结果。
Name Type Description params
Object 正向匹配参数。
callback
function 请求结果的回调函数。
-
decode(params, callback)
mapboxgl/services/AddressMatchService.js, line 41 -
获取反向地址匹配结果。
Name Type Description params
Object 反向匹配参数。
callback
function 请求结果的回调函数。