UNPKG

angular-leaflet

Version:

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

8 lines (7 loc) 154 B
import { Map } from 'leaflet'; export declare class MapHandler { id: string; mapRef: Map; constructor(); initialize(mapRef: Map): void; }