UNPKG

weather-te

Version:

A light weather visualization library.

9 lines (8 loc) 218 B
import { Extent } from '../util/util'; /** * 职责:封装兼容各地图引擎的图层api。 */ export declare abstract class CanvasLayer { protected visible: boolean; protected extent: Extent; }