Class: ServiceBase

mapboxgl.supermap.ServiceBase

new mapboxgl.supermap.ServiceBase(url, options)

mapboxgl/services/ServiceBase.js, line 7

mapboxgl.supermap 服务基类。

Name Type Description
url string

与客户端交互的服务地址。

options Object

可选参数。

Name Type Default Description
proxy string 可选

服务代理地址。

serverType SuperMap.ServerType SuperMap.ServerType.ISERVER 可选

服务来源 ISERVER|IPORTAL|ONLINE。

withCredentials boolean false 可选

请求是否携带 cookie。

crossOrigin boolean 可选

是否允许跨域请求。

headers Object 可选

请求头。

Fires

Events

initialized

mapboxgl/services/ServiceBase.js, line 26

构造函数构造成功之后触发。

Properties:
Name Type Description
this Object

this 对象。