UNPKG
tianditu-types
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
- 天地图接口类型声明文件
github.com/lvzhao1995/tianditu-types
lvzhao1995/tianditu-types
tianditu-types
/
src
/
layer
/
tdt.d.ts
11 lines
(9 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
namespace
T
{
class
TileLayerTDT
extends
TileLayer
{
constructor
(
url
:
string
,
opts
?:
TileLayerTDTOptions
); }
interface
TileLayerTDTOptions
extends
TileLayerOptions
{
/** 用来描述图层信息 */
attribution
?:
string
; } }