UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

15 lines (14 loc) 507 B
import L from 'leaflet'; import { ReactiveLayer } from '../../mixins'; declare const ImageOverlay_base: import("../../interfaces").Constructor<L.ImageOverlay & ReactiveLayer>; export declare class ImageOverlay extends ImageOverlay_base { private size; constructor(latlng: L.LatLngExpression, imageUrl: string, size: L.PointTuple, options?: L.ImageOverlayOptions); onRender(): void; } export interface ImageOverlay { _image: any; _bounds: L.LatLngBounds; redraw(): void; } export {};