Methods
(async, static) createObjByParmeters() → {Promise.<SyncLayerOption>}
构造一个新的 SyncLayerOption 对象。
- Source:
Returns:
- Type
- Promise.<SyncLayerOption>
(async, static) getLayerId() → {Promise.<String>}
获取同步图层ID
- Source:
Returns:
同步图层ID
- Type
- Promise.<String>
(async, static) setLayerId(strLayerId) → {Promise.<void>}
获取同步图层ID
Parameters:
| Name | Type | Description |
|---|---|---|
strLayerId |
String | 同步图层ID |
- Source:
Returns:
- Type
- Promise.<void>