L.supermap.symbolLibService(url, options)
            leaflet/services/SymbolLibService.js, line 5
        
        
    | Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| url | string | 标绘服务地址。 | ||||||||||||||||
| options | Object | 服务参数。 
 | 
Example
var params = new SuperMap.GetSymbolLibParameter({libID: this.libID})
     L.supermap.symbolLibService(url).getLibIDs(param,function(result){
         //doSomething
     }, this)Extends
Methods
- 
    getLibIDs(callback, scope)leaflet/services/SymbolLibService.js, line 27
- 
    
    
    标号库ID列表服务。 Name Type Description callbackfunction 回调函数。 scopeObject 回调函数的当前对象。 
- 
    getLibInfo(params, callback, scope)leaflet/services/SymbolLibService.js, line 49
- 
    
    
    标号库信息服务。 Name Type Description paramsSuperMap.GetLibInfoParameter 获取标号库信息所需参数类。 callbackfunction 回调函数。 scopeObject 回调函数的当前对象。