UNPKG
weather-te
Version:
latest (0.2.3)
0.2.3
0.2.2
A light weather visualization library.
weather-te
/
dist
/
layer
/
canvas-layer.d.ts
9 lines
(8 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Extent
}
from
'../util/util'
;
/** * 职责:封装兼容各地图引擎的图层api。 */
export
declare
abstract
class
CanvasLayer
{
protected
visible
:
boolean
;
protected
extent
:
Extent
; }