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 urlstring 请求 URL。
methodstring 'GET' 可选 请求类型。
requestOptionsObject 可选 请求选项。
paramObject 请求参数。
Returns:
Type Description Promise Promise 对象。