@@ -87,7 +87,7 @@ export declare class MapCircle implements OnInit, OnDestroy {
87
87
getVisible ( ) : boolean ;
88
88
ngOnDestroy ( ) : void ;
89
89
ngOnInit ( ) : void ;
90
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapCircle , "map-circle" , never , { "options" : "options" ; "center" : "center" ; "radius" : "radius" ; } , { "centerChanged" : "centerChanged" ; "circleClick" : "circleClick" ; "circleDblclick" : "circleDblclick" ; "circleDrag" : "circleDrag" ; "circleDragend" : "circleDragend" ; "circleDragstart" : "circleDragstart" ; "circleMousedown" : "circleMousedown" ; "circleMousemove" : "circleMousemove" ; "circleMouseout" : "circleMouseout" ; "circleMouseover" : "circleMouseover" ; "circleMouseup" : "circleMouseup" ; "radiusChanged" : "radiusChanged" ; "circleRightclick" : "circleRightclick" ; } , never > ;
90
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapCircle , "map-circle" , [ "mapCircle" ] , { "options" : "options" ; "center" : "center" ; "radius" : "radius" ; } , { "centerChanged" : "centerChanged" ; "circleClick" : "circleClick" ; "circleDblclick" : "circleDblclick" ; "circleDrag" : "circleDrag" ; "circleDragend" : "circleDragend" ; "circleDragstart" : "circleDragstart" ; "circleMousedown" : "circleMousedown" ; "circleMousemove" : "circleMousemove" ; "circleMouseout" : "circleMouseout" ; "circleMouseover" : "circleMouseover" ; "circleMouseup" : "circleMouseup" ; "radiusChanged" : "radiusChanged" ; "circleRightclick" : "circleRightclick" ; } , never > ;
91
91
static ɵfac : i0 . ɵɵFactoryDef < MapCircle , never > ;
92
92
}
93
93
@@ -105,7 +105,7 @@ export declare class MapGroundOverlay implements OnInit, OnDestroy {
105
105
getUrl ( ) : string ;
106
106
ngOnDestroy ( ) : void ;
107
107
ngOnInit ( ) : void ;
108
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapGroundOverlay , "map-ground-overlay" , never , { "url" : "url" ; "bounds" : "bounds" ; "clickable" : "clickable" ; "opacity" : "opacity" ; } , { "mapClick" : "mapClick" ; "mapDblclick" : "mapDblclick" ; } , never > ;
108
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapGroundOverlay , "map-ground-overlay" , [ "mapGroundOverlay" ] , { "url" : "url" ; "bounds" : "bounds" ; "clickable" : "clickable" ; "opacity" : "opacity" ; } , { "mapClick" : "mapClick" ; "mapDblclick" : "mapDblclick" ; } , never > ;
109
109
static ɵfac : i0 . ɵɵFactoryDef < MapGroundOverlay , never > ;
110
110
}
111
111
@@ -126,7 +126,7 @@ export declare class MapInfoWindow implements OnInit, OnDestroy {
126
126
ngOnDestroy ( ) : void ;
127
127
ngOnInit ( ) : void ;
128
128
open ( anchor ?: MapAnchorPoint ) : void ;
129
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapInfoWindow , "map-info-window" , never , { "options" : "options" ; "position" : "position" ; } , { "closeclick" : "closeclick" ; "contentChanged" : "contentChanged" ; "domready" : "domready" ; "positionChanged" : "positionChanged" ; "zindexChanged" : "zindexChanged" ; } , never > ;
129
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapInfoWindow , "map-info-window" , [ "mapInfoWindow" ] , { "options" : "options" ; "position" : "position" ; } , { "closeclick" : "closeclick" ; "contentChanged" : "contentChanged" ; "domready" : "domready" ; "positionChanged" : "positionChanged" ; "zindexChanged" : "zindexChanged" ; } , never > ;
130
130
static ɵfac : i0 . ɵɵFactoryDef < MapInfoWindow , never > ;
131
131
}
132
132
@@ -201,7 +201,7 @@ export declare class MapPolygon implements OnInit, OnDestroy {
201
201
getVisible ( ) : boolean ;
202
202
ngOnDestroy ( ) : void ;
203
203
ngOnInit ( ) : void ;
204
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapPolygon , "map-polygon" , never , { "options" : "options" ; "paths" : "paths" ; } , { "polygonClick" : "polygonClick" ; "polygonDblclick" : "polygonDblclick" ; "polygonDrag" : "polygonDrag" ; "polygonDragend" : "polygonDragend" ; "polygonDragstart" : "polygonDragstart" ; "polygonMousedown" : "polygonMousedown" ; "polygonMousemove" : "polygonMousemove" ; "polygonMouseout" : "polygonMouseout" ; "polygonMouseover" : "polygonMouseover" ; "polygonMouseup" : "polygonMouseup" ; "polygonRightclick" : "polygonRightclick" ; } , never > ;
204
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapPolygon , "map-polygon" , [ "mapPolygon" ] , { "options" : "options" ; "paths" : "paths" ; } , { "polygonClick" : "polygonClick" ; "polygonDblclick" : "polygonDblclick" ; "polygonDrag" : "polygonDrag" ; "polygonDragend" : "polygonDragend" ; "polygonDragstart" : "polygonDragstart" ; "polygonMousedown" : "polygonMousedown" ; "polygonMousemove" : "polygonMousemove" ; "polygonMouseout" : "polygonMouseout" ; "polygonMouseover" : "polygonMouseover" ; "polygonMouseup" : "polygonMouseup" ; "polygonRightclick" : "polygonRightclick" ; } , never > ;
205
205
static ɵfac : i0 . ɵɵFactoryDef < MapPolygon , never > ;
206
206
}
207
207
@@ -227,7 +227,7 @@ export declare class MapPolyline implements OnInit, OnDestroy {
227
227
getVisible ( ) : boolean ;
228
228
ngOnDestroy ( ) : void ;
229
229
ngOnInit ( ) : void ;
230
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapPolyline , "map-polyline" , never , { "options" : "options" ; "path" : "path" ; } , { "polylineClick" : "polylineClick" ; "polylineDblclick" : "polylineDblclick" ; "polylineDrag" : "polylineDrag" ; "polylineDragend" : "polylineDragend" ; "polylineDragstart" : "polylineDragstart" ; "polylineMousedown" : "polylineMousedown" ; "polylineMousemove" : "polylineMousemove" ; "polylineMouseout" : "polylineMouseout" ; "polylineMouseover" : "polylineMouseover" ; "polylineMouseup" : "polylineMouseup" ; "polylineRightclick" : "polylineRightclick" ; } , never > ;
230
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapPolyline , "map-polyline" , [ "mapPolyline" ] , { "options" : "options" ; "path" : "path" ; } , { "polylineClick" : "polylineClick" ; "polylineDblclick" : "polylineDblclick" ; "polylineDrag" : "polylineDrag" ; "polylineDragend" : "polylineDragend" ; "polylineDragstart" : "polylineDragstart" ; "polylineMousedown" : "polylineMousedown" ; "polylineMousemove" : "polylineMousemove" ; "polylineMouseout" : "polylineMouseout" ; "polylineMouseover" : "polylineMouseover" ; "polylineMouseup" : "polylineMouseup" ; "polylineRightclick" : "polylineRightclick" ; } , never > ;
231
231
static ɵfac : i0 . ɵɵFactoryDef < MapPolyline , never > ;
232
232
}
233
233
@@ -254,6 +254,6 @@ export declare class MapRectangle implements OnInit, OnDestroy {
254
254
getVisible ( ) : boolean ;
255
255
ngOnDestroy ( ) : void ;
256
256
ngOnInit ( ) : void ;
257
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapRectangle , "map-rectangle" , never , { "options" : "options" ; "bounds" : "bounds" ; } , { "boundsChanged" : "boundsChanged" ; "rectangleClick" : "rectangleClick" ; "rectangleDblclick" : "rectangleDblclick" ; "rectangleDrag" : "rectangleDrag" ; "rectangleDragend" : "rectangleDragend" ; "rectangleDragstart" : "rectangleDragstart" ; "rectangleMousedown" : "rectangleMousedown" ; "rectangleMousemove" : "rectangleMousemove" ; "rectangleMouseout" : "rectangleMouseout" ; "rectangleMouseover" : "rectangleMouseover" ; "rectangleMouseup" : "rectangleMouseup" ; "rectangleRightclick" : "rectangleRightclick" ; } , never > ;
257
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MapRectangle , "map-rectangle" , [ "mapRectangle" ] , { "options" : "options" ; "bounds" : "bounds" ; } , { "boundsChanged" : "boundsChanged" ; "rectangleClick" : "rectangleClick" ; "rectangleDblclick" : "rectangleDblclick" ; "rectangleDrag" : "rectangleDrag" ; "rectangleDragend" : "rectangleDragend" ; "rectangleDragstart" : "rectangleDragstart" ; "rectangleMousedown" : "rectangleMousedown" ; "rectangleMousemove" : "rectangleMousemove" ; "rectangleMouseout" : "rectangleMouseout" ; "rectangleMouseover" : "rectangleMouseover" ; "rectangleMouseup" : "rectangleMouseup" ; "rectangleRightclick" : "rectangleRightclick" ; } , never > ;
258
258
static ɵfac : i0 . ɵɵFactoryDef < MapRectangle , never > ;
259
259
}
0 commit comments