UGC 图层类。
| SuperMap. | UGC 图层类。 | 
| Properties | |
| bounds | {SuperMap.Bounds} 图层范围。 | 
| caption | {String} 图层的标题。 | 
| description | {String} 图层的描述信息。 | 
| name | {String} 图层的名称。 | 
| queryable | {Boolean} 图层中的对象是否可以查询。 | 
| subUGCLayers | {Array} 子图层集。 | 
| type | {<SuperMap.REST.UGCLayerType>} 图层类型。 | 
| visible | {Boolean} 图层是否可视。 | 
| Constructor | |
| SuperMap. | UGC 图层类构造函数。 | 
{SuperMap.Bounds} 图层范围。
UGC 图层类构造函数。
| options | {Object} 参数。 | 
| bounds | {SuperMap.Bounds} 图层范围。 | 
| caption | {String} 图层的标题。 | 
| description | {String} 图层的描述信息。 | 
| name | {String} 图层的名称。 | 
| queryable | {Boolean} 图层中的对象是否可以查询。 | 
| subUGCLayers | {Boolean} 是否允许图层的符号大小随图缩放。 | 
| type | {<SuperMap.REST.UGCLayerType>} 图层类型。 | 
| visible | {Boolean} 地图对象在同一范围内时,是否重叠显示,默认为False。 |