L.supermap.baiduTileLayer(url, options)
leaflet/mapping/BaiduTileLayer.js, line 7
Name | Type | Default | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string | 'https://online{num}.map.bdimg.com/onlinelabel/?qt=tile&x={x}&y={y}&z={z}&styles={styles}&udt=20150815&scaler=1' |
可选
切片地址。 |
||||||||||||||||||||||||||||
options |
Object |
切片参数。
|
Extends
Members
-
urlstring
-
切片地址。
Methods
-
getTileUrl(coords){string}
leaflet/mapping/BaiduTileLayer.js, line 48 -
获取切片地址。
Name Type Description coords
Object 行列号。
Returns:
Type Description string 切片地址。