UNPKG

angular-leaflet

Version:

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

6 lines (5 loc) 215 B
import { LayerGroup, Map, TileLayer } from 'leaflet'; import { BaseLayer } from '../core/base-layer'; export declare class TileLayerComponent extends BaseLayer<TileLayer> { addTo(map: Map | LayerGroup): void; }