new ServiceBase(url, options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/maplibregl/iclient-maplibregl.js"></script>
<script>
new maplibregl.supermap.ServiceBase(url, options);
</script>
// ES6 Import
import { ServiceBase } from '@supermapgis/iclient-maplibregl';
new ServiceBase(url, options);
maplibregl/services/ServiceBase.js, line 6
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
服务地址。 |
||||||||||||||||||||
options |
Object |
参数。
|
- Version:
- 11.1.0
Fires
Events
-
initialized
maplibregl/services/ServiceBase.js, line 26 -
构造函数构造成功之后触发。
Properties:
Name Type Description this
Object this 对象。