new mapboxgl.supermap.ThemeService(url, options)
mapboxgl/services/ThemeService.js, line 9
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
服务的访问地址。 |
||||||||||||||||||||||||
options |
Object |
交互服务时所需可选参数。
|
Example
new mapboxgl.supermap.ThemeService(url,{
projection:projection
}).getThemeInfo(params,function(result){
//doSomething
});
Extends
Events
-
inherited initialized
mapboxgl/services/ServiceBase.js, line 26 -
构造函数构造成功之后触发。
Properties:
Name Type Description this
Object this 对象。
Methods
-
getThemeInfo(params, callback)
mapboxgl/services/ThemeService.js, line 34 -
获取专题图信息。
Name Type Description params
SuperMap.ThemeParameters 专题图参数类。
callback
RequestCallback 回调函数。