UNPKG
@jmarcelof/leaflet-ng2
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Angular2 module for Leaflet
github.com/yagajs/leaflet-ng2
yagajs/leaflet-ng2
@jmarcelof/leaflet-ng2
/
lib
/
map.provider.d.ts
9 lines
(8 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import { Map } from
"leaflet"
;
/** * Injectable Angular provider to reference to Leaflets map * @link http:/
/leafletjs.com/r
eference-
1.2
.
0
.html
#map
*/ export declare
class
MapProvider
{
ref
?: Map; }