Class: ServiceBase

L.supermap.ServiceBase

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.

Name Type Default Description
proxy string optional

Service agent address.

serverType SuperMap.ServerType SuperMap.ServerType.ISERVER optional

Type of server iServer|iPortal|online。

withCredentials boolean false optional

Request whether to carry a cookie.

crossOrigin boolean optional

Whether to allow cross-domain requests.

headers Object optional

Request header.

Fires

Events

destroy

ServiceBase.js, line 49

Triggered after the resource is successfully released.

Properties:
Name Type Description
this L.supermap.ServiceBase

This object.

initialized

ServiceBase.js, line 36

Triggered after the constructor is constructed successfully.

Properties:
Name Type Description
this L.supermap.ServiceBase

This object.

Methods

destroy()

ServiceBase.js, line 44

Disposes the resource. The property that references resource is set to null.