类 BigMap.TileLayer
Constructor Attributes | Constructor Name and Description |
---|---|
BigMap.TileLayer(options)
|
图片图层
|
类 详情
BigMap.TileLayer(options)
图片图层
- Parameters:
- {json} options
- 传入属性
{
tileUrl:"string 图层路径",
tileUrlFunction:"function 回调函数",
zIndex:"number 层级",
minZoom:"number 最小图层",
maxZoom:"number 最大图层"
}