L.supermap.ServiceBase(url, options)
ServiceBase.js, line 3
L.supermap Service base class.
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
The url of the service. |
||||||||||||||||
options |
Object |
The optional parameters.
|
Fires
Events
-
destroy
ServiceBase.js, line 47 -
Triggered after the resource is successfully released.
Properties:
Name Type Description thisL.supermap.ServiceBase This object.
-
initialized
ServiceBase.js, line 34 -
Triggered after the constructor is constructed successfully.
Properties:
Name Type Description thisL.supermap.ServiceBase This object.
Methods
-
destroy()
ServiceBase.js, line 42 -
Disposes the resource. The property that references resource is set to null.