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