Constructor
new VTS()
Members
format :String
- Default Value:
- null
瓦片格式r
Type:
- String
layer :String
- Default Value:
- null
图层名称layer
Type:
- String
matrixIds :Int
- Default Value:
- null
矩阵的详细信息
Type:
- Int
matrixSet :String
- Default Value:
- null
VTS服务矩阵标志
Type:
- String
name
- Default Value:
- null
图层名称
resolutions :String
- Default Value:
- null
图层分辨率
Type:
- String
style :String
- Default Value:
- null
样式标识
Type:
- String
tileFullExtent :Float
- Default Value:
- null
图层范围
Type:
- Float
tileOrigin :Array
- Default Value:
- null
瓦片原点
Type:
- Array
url :String
- Default Value:
- null
网络服务地址
Type:
- String
zoomOffset :String
- Default Value:
- null
级别偏移值
Type:
- String
Methods
GetStyle(successFn, failFn)
获取基于MapboxGL样式数据(用json描述)。
Parameters:
Name | Type | Description |
---|---|---|
successFn |
function | 请求成功的回调函数. |
failFn |
function | 请求失败的回调函数. |