| java.lang.Object | |
| ↳ | com.tencent.tencentmap.mapsdk.maps.model.CustomLayerOptions |
个性化图层设置选项
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CustomLayerOptions() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getLayerId()
获取图层ID
| ||||||||||
| CustomLayerOptions |
layerId(String layerId)
添加注册需要显示的图层ID列表
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
获取图层ID
添加注册需要显示的图层ID列表
| layerId | 填写在个性化图层官网创建的个性化图层ID列表 |
|---|