@@ -47,7 +47,7 @@ export declare class GoogleMap implements OnChanges, OnInit, OnDestroy {
47
47
panBy ( x : number , y : number ) : void ;
48
48
panTo ( latLng : google . maps . LatLng | google . maps . LatLngLiteral ) : void ;
49
49
panToBounds ( latLngBounds : google . maps . LatLngBounds | google . maps . LatLngBoundsLiteral , padding ?: number | google . maps . Padding ) : void ;
50
- static ɵcmp : i0 . ɵɵComponentDefWithMeta < GoogleMap , "google-map" , never , { "height" : "height" ; "width" : "width" ; "mapTypeId" : "mapTypeId" ; "center" : "center" ; "zoom" : "zoom" ; "options" : "options" ; } , { "boundsChanged" : "boundsChanged" ; "centerChanged" : "centerChanged" ; "mapClick" : "mapClick" ; "mapDblclick" : "mapDblclick" ; "mapDrag" : "mapDrag" ; "mapDragend" : "mapDragend" ; "mapDragstart" : "mapDragstart" ; "headingChanged" : "headingChanged" ; "idle" : "idle" ; "maptypeidChanged" : "maptypeidChanged" ; "mapMousemove" : "mapMousemove" ; "mapMouseout" : "mapMouseout" ; "mapMouseover" : "mapMouseover" ; "projectionChanged" : "projectionChanged" ; "mapRightclick" : "mapRightclick" ; "tilesloaded" : "tilesloaded" ; "tiltChanged" : "tiltChanged" ; "zoomChanged" : "zoomChanged" ; } , never , [ "*" ] > ;
50
+ static ɵcmp : i0 . ɵɵComponentDefWithMeta < GoogleMap , "google-map" , [ "googleMap" ] , { "height" : "height" ; "width" : "width" ; "mapTypeId" : "mapTypeId" ; "center" : "center" ; "zoom" : "zoom" ; "options" : "options" ; } , { "boundsChanged" : "boundsChanged" ; "centerChanged" : "centerChanged" ; "mapClick" : "mapClick" ; "mapDblclick" : "mapDblclick" ; "mapDrag" : "mapDrag" ; "mapDragend" : "mapDragend" ; "mapDragstart" : "mapDragstart" ; "headingChanged" : "headingChanged" ; "idle" : "idle" ; "maptypeidChanged" : "maptypeidChanged" ; "mapMousemove" : "mapMousemove" ; "mapMouseout" : "mapMouseout" ; "mapMouseover" : "mapMouseover" ; "projectionChanged" : "projectionChanged" ; "mapRightclick" : "mapRightclick" ; "tilesloaded" : "tilesloaded" ; "tiltChanged" : "tiltChanged" ; "zoomChanged" : "zoomChanged" ; } , never , [ "*" ] > ;
51
51
static ɵfac : i0 . ɵɵFactoryDef < GoogleMap , [ null , null , { optional : true ; } ] > ;
52
52
}
53
53
@@ -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
@@ -174,7 +174,7 @@ export declare class MapMarker implements OnInit, OnDestroy, MapAnchorPoint {
174
174
getZIndex ( ) : number | null ;
175
175
ngOnDestroy ( ) : void ;
176
176
ngOnInit ( ) : void ;
177
- static ɵcmp : i0 . ɵɵComponentDefWithMeta < MapMarker , "map-marker" , never , { "options" : "options" ; "title" : "title" ; "position" : "position" ; "label" : "label" ; "clickable" : "clickable" ; } , { "animationChanged" : "animationChanged" ; "mapClick" : "mapClick" ; "clickableChanged" : "clickableChanged" ; "cursorChanged" : "cursorChanged" ; "mapDblclick" : "mapDblclick" ; "mapDrag" : "mapDrag" ; "mapDragend" : "mapDragend" ; "draggableChanged" : "draggableChanged" ; "mapDragstart" : "mapDragstart" ; "flatChanged" : "flatChanged" ; "iconChanged" : "iconChanged" ; "mapMousedown" : "mapMousedown" ; "mapMouseout" : "mapMouseout" ; "mapMouseover" : "mapMouseover" ; "mapMouseup" : "mapMouseup" ; "positionChanged" : "positionChanged" ; "mapRightclick" : "mapRightclick" ; "shapeChanged" : "shapeChanged" ; "titleChanged" : "titleChanged" ; "visibleChanged" : "visibleChanged" ; "zindexChanged" : "zindexChanged" ; } , never , [ "*" ] > ;
177
+ static ɵcmp : i0 . ɵɵComponentDefWithMeta < MapMarker , "map-marker" , [ "mapMarker" ] , { "options" : "options" ; "title" : "title" ; "position" : "position" ; "label" : "label" ; "clickable" : "clickable" ; } , { "animationChanged" : "animationChanged" ; "mapClick" : "mapClick" ; "clickableChanged" : "clickableChanged" ; "cursorChanged" : "cursorChanged" ; "mapDblclick" : "mapDblclick" ; "mapDrag" : "mapDrag" ; "mapDragend" : "mapDragend" ; "draggableChanged" : "draggableChanged" ; "mapDragstart" : "mapDragstart" ; "flatChanged" : "flatChanged" ; "iconChanged" : "iconChanged" ; "mapMousedown" : "mapMousedown" ; "mapMouseout" : "mapMouseout" ; "mapMouseover" : "mapMouseover" ; "mapMouseup" : "mapMouseup" ; "positionChanged" : "positionChanged" ; "mapRightclick" : "mapRightclick" ; "shapeChanged" : "shapeChanged" ; "titleChanged" : "titleChanged" ; "visibleChanged" : "visibleChanged" ; "zindexChanged" : "zindexChanged" ; } , never , [ "*" ] > ;
178
178
static ɵfac : i0 . ɵɵFactoryDef < MapMarker , never > ;
179
179
}
180
180
@@ -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