new SuperMap.iManagerServiceBase(url, options)
iManagerServiceBase.js, line 5
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
IManager home page address, such as:http://localhost:8390/imanager. |
|||||||||
options |
Object |
Service options.
|
Methods
-
request(url, method, requestOptions, param){Promise}
iManagerServiceBase.js, line 24 -
send request.
Name Type Default Description urlstring The url.
methodstring 'GET' optional method of the requests.
requestOptionsObject optional The options of the requests.
paramObject The parameter of the requests.
Returns:
Type Description Promise The promise object.