new SuperMap.iManagerServiceBase(url)
common/iManager/iManagerServiceBase.js, line 8
Name | Type | Description |
---|---|---|
url |
string |
iManager 首页地址,如:http://localhost:8390/imanager。 |
Methods
-
request(url, method, requestOptions, param){Promise}
common/iManager/iManagerServiceBase.js, line 24 -
发送请求。
Name Type Default Description url
string 请求 URL。
method
string 'GET' 可选 请求类型。
requestOptions
Object 可选 请求选项。
param
Object 请求参数。
Returns:
Type Description Promise Promise 对象。