new SuperMap.iPortalMap(mapUrl, params)
common/iPortal/iPortalMap.js, line 8
Name | Type | Description |
---|---|---|
mapUrl |
string |
地图地址。 |
params |
Object |
可选
服务参数。 |
Extends
Methods
-
inherited createCredentialUrl(url){string}
common/iPortal/iPortalServiceBase.js, line 42 -
追加授权信息。
Name Type Description url
string 创建证书 URL 地址。
Returns:
Type Description string 携带 token 或 key 的新地址。 -
inherited getCredential(){string}
common/iPortal/iPortalServiceBase.js, line 68 -
获取 token。
Returns:
Type Description string 返回获取的 token。 -
inherited getKey()
common/iPortal/iPortalServiceBase.js, line 87 -
其子类需要重写该方法,修改其中获取 key 的字段,存储 key 可能是服务 ID 字段,可能是 URL。
-
load(){Promise}
common/iPortal/iPortalMap.js, line 52 -
加载地图信息。
Returns:
Type Description Promise 返回 Promise 对象。如果成功,Promise 没有返回值,请求返回结果自动填充到该类的属性中;如果失败,Promise 返回值包含错误信息。 -
inherited request(method, url, param, requestOptions){Promise}
common/iPortal/iPortalServiceBase.js, line 24 -
子类统一通过该方法发送请求。
Name Type Default Description method
string 'GET' 可选 请求类型。
url
string 服务地址。
param
Object 请求参数。
requestOptions
Object 可选 fetch 请求配置项。
Returns:
Type Description Promise 返回包含请求结果的 Promise 对象。 -
update(){Promise}
common/iPortal/iPortalMap.js, line 70 -
更新地图参数。
Returns:
Type Description Promise 返回包含更新操作状态的 Promise 对象。