L.supermap.ServiceBase(url, options)
leaflet/services/ServiceBase.js, line 6
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
与客户端交互的服务地址。 |
||||||||||||||||||||
options |
Object |
参数。
|
Fires
Extends
Events
-
destroy
leaflet/services/ServiceBase.js, line 51 -
资源释放成功后触发。
Properties:
Name Type Description this
L.supermap.ServiceBase this 对象。
-
initialized
leaflet/services/ServiceBase.js, line 38 -
构造函数构造成功后触发。
Properties:
Name Type Description this
L.supermap.ServiceBase this 对象。
Methods
-
destroy()
leaflet/services/ServiceBase.js, line 46 -
释放资源,将引用的资源属性置空。