Class: symbolInfoService

L.supermap.symbolInfoService

标号信息服务类。

L.supermap.symbolInfoService(url, options)

leaflet/services/SymbolInfoService.js, line 4
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。

Extends

Methods

getSymbolInfo(params, callback, scope)

leaflet/services/SymbolInfoService.js, line 21

获取标号信息服务。

Name Type Description
params SuperMap.GetSymbolInfoParameters

获取标号信息所需参数类。

callback function

回调函数。

scope Object

回调函数的当前对象。