UNPKG

angular-leaflet

Version:

Collection of angular components to build map views faster and with minimal configuration using the most popular library **LeafletJS**.

9 lines (8 loc) 210 B
import { Layer, Map } from 'leaflet'; export declare class LayerHandler<T extends Layer> { id: string; mapRef: Map; layerRef: T; constructor(); initialize(mapRef: Map, layerRef: T): void; }