public interface StyleUpdatable
用于矢量瓦片提供者实现的接口,表示该提供者能够修改矢量瓦片样式。
限定符和类型 | 方法和说明 |
---|---|
void |
updateVectorStyle(java.lang.String layerName, VectorStyleType type, java.lang.String style)
根据图层名和矢量样式类型更新矢量瓦片样式。
|
void updateVectorStyle(java.lang.String layerName, VectorStyleType type, java.lang.String style)
layerName
- 图层名。type
- 矢量样式类型。style
- 要更新的矢量瓦片样式。