@angular/google-maps 22.0.0-next.3 → 22.0.0-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -287,7 +287,7 @@ class GoogleMap {
287
287
  }
288
288
  static ɵfac = i0.ɵɵngDeclareFactory({
289
289
  minVersion: "12.0.0",
290
- version: "22.0.0-next.5",
290
+ version: "22.0.0-next.6",
291
291
  ngImport: i0,
292
292
  type: GoogleMap,
293
293
  deps: [],
@@ -295,7 +295,7 @@ class GoogleMap {
295
295
  });
296
296
  static ɵcmp = i0.ɵɵngDeclareComponent({
297
297
  minVersion: "14.0.0",
298
- version: "22.0.0-next.5",
298
+ version: "22.0.0-next.6",
299
299
  type: GoogleMap,
300
300
  isStandalone: true,
301
301
  selector: "google-map",
@@ -341,7 +341,7 @@ class GoogleMap {
341
341
  }
342
342
  i0.ɵɵngDeclareClassMetadata({
343
343
  minVersion: "12.0.0",
344
- version: "22.0.0-next.5",
344
+ version: "22.0.0-next.6",
345
345
  ngImport: i0,
346
346
  type: GoogleMap,
347
347
  decorators: [{
@@ -450,7 +450,6 @@ function coerceCssPixelValue(value) {
450
450
  class MapBaseLayer {
451
451
  _map = inject(GoogleMap);
452
452
  _ngZone = inject(NgZone);
453
- constructor() {}
454
453
  ngOnInit() {
455
454
  if (this._map._isBrowser) {
456
455
  this._ngZone.runOutsideAngular(() => {
@@ -473,7 +472,7 @@ class MapBaseLayer {
473
472
  _unsetMap() {}
474
473
  static ɵfac = i0.ɵɵngDeclareFactory({
475
474
  minVersion: "12.0.0",
476
- version: "22.0.0-next.5",
475
+ version: "22.0.0-next.6",
477
476
  ngImport: i0,
478
477
  type: MapBaseLayer,
479
478
  deps: [],
@@ -481,7 +480,7 @@ class MapBaseLayer {
481
480
  });
482
481
  static ɵdir = i0.ɵɵngDeclareDirective({
483
482
  minVersion: "14.0.0",
484
- version: "22.0.0-next.5",
483
+ version: "22.0.0-next.6",
485
484
  type: MapBaseLayer,
486
485
  isStandalone: true,
487
486
  selector: "map-base-layer",
@@ -491,7 +490,7 @@ class MapBaseLayer {
491
490
  }
492
491
  i0.ɵɵngDeclareClassMetadata({
493
492
  minVersion: "12.0.0",
494
- version: "22.0.0-next.5",
493
+ version: "22.0.0-next.6",
495
494
  ngImport: i0,
496
495
  type: MapBaseLayer,
497
496
  decorators: [{
@@ -500,8 +499,7 @@ i0.ɵɵngDeclareClassMetadata({
500
499
  selector: 'map-base-layer',
501
500
  exportAs: 'mapBaseLayer'
502
501
  }]
503
- }],
504
- ctorParameters: () => []
502
+ }]
505
503
  });
506
504
 
507
505
  class MapBicyclingLayer {
@@ -540,7 +538,7 @@ class MapBicyclingLayer {
540
538
  }
541
539
  static ɵfac = i0.ɵɵngDeclareFactory({
542
540
  minVersion: "12.0.0",
543
- version: "22.0.0-next.5",
541
+ version: "22.0.0-next.6",
544
542
  ngImport: i0,
545
543
  type: MapBicyclingLayer,
546
544
  deps: [],
@@ -548,7 +546,7 @@ class MapBicyclingLayer {
548
546
  });
549
547
  static ɵdir = i0.ɵɵngDeclareDirective({
550
548
  minVersion: "14.0.0",
551
- version: "22.0.0-next.5",
549
+ version: "22.0.0-next.6",
552
550
  type: MapBicyclingLayer,
553
551
  isStandalone: true,
554
552
  selector: "map-bicycling-layer",
@@ -561,7 +559,7 @@ class MapBicyclingLayer {
561
559
  }
562
560
  i0.ɵɵngDeclareClassMetadata({
563
561
  minVersion: "12.0.0",
564
- version: "22.0.0-next.5",
562
+ version: "22.0.0-next.6",
565
563
  ngImport: i0,
566
564
  type: MapBicyclingLayer,
567
565
  decorators: [{
@@ -610,7 +608,6 @@ class MapCircle {
610
608
  radiusChanged = this._eventManager.getLazyEmitter('radius_changed');
611
609
  circleRightclick = this._eventManager.getLazyEmitter('rightclick');
612
610
  circleInitialized = new EventEmitter();
613
- constructor() {}
614
611
  ngOnInit() {
615
612
  if (!this._map._isBrowser) {
616
613
  return;
@@ -710,7 +707,7 @@ class MapCircle {
710
707
  }
711
708
  static ɵfac = i0.ɵɵngDeclareFactory({
712
709
  minVersion: "12.0.0",
713
- version: "22.0.0-next.5",
710
+ version: "22.0.0-next.6",
714
711
  ngImport: i0,
715
712
  type: MapCircle,
716
713
  deps: [],
@@ -718,7 +715,7 @@ class MapCircle {
718
715
  });
719
716
  static ɵdir = i0.ɵɵngDeclareDirective({
720
717
  minVersion: "14.0.0",
721
- version: "22.0.0-next.5",
718
+ version: "22.0.0-next.6",
722
719
  type: MapCircle,
723
720
  isStandalone: true,
724
721
  selector: "map-circle",
@@ -749,7 +746,7 @@ class MapCircle {
749
746
  }
750
747
  i0.ɵɵngDeclareClassMetadata({
751
748
  minVersion: "12.0.0",
752
- version: "22.0.0-next.5",
749
+ version: "22.0.0-next.6",
753
750
  ngImport: i0,
754
751
  type: MapCircle,
755
752
  decorators: [{
@@ -759,7 +756,6 @@ i0.ɵɵngDeclareClassMetadata({
759
756
  exportAs: 'mapCircle'
760
757
  }]
761
758
  }],
762
- ctorParameters: () => [],
763
759
  propDecorators: {
764
760
  options: [{
765
761
  type: Input
@@ -830,7 +826,6 @@ class MapDirectionsRenderer {
830
826
  directionsChanged = this._eventManager.getLazyEmitter('directions_changed');
831
827
  directionsRendererInitialized = new EventEmitter();
832
828
  directionsRenderer;
833
- constructor() {}
834
829
  ngOnInit() {
835
830
  if (this._googleMap._isBrowser) {
836
831
  if (google.maps.DirectionsRenderer && this._googleMap.googleMap) {
@@ -896,7 +891,7 @@ class MapDirectionsRenderer {
896
891
  }
897
892
  static ɵfac = i0.ɵɵngDeclareFactory({
898
893
  minVersion: "12.0.0",
899
- version: "22.0.0-next.5",
894
+ version: "22.0.0-next.6",
900
895
  ngImport: i0,
901
896
  type: MapDirectionsRenderer,
902
897
  deps: [],
@@ -904,7 +899,7 @@ class MapDirectionsRenderer {
904
899
  });
905
900
  static ɵdir = i0.ɵɵngDeclareDirective({
906
901
  minVersion: "14.0.0",
907
- version: "22.0.0-next.5",
902
+ version: "22.0.0-next.6",
908
903
  type: MapDirectionsRenderer,
909
904
  isStandalone: true,
910
905
  selector: "map-directions-renderer",
@@ -923,7 +918,7 @@ class MapDirectionsRenderer {
923
918
  }
924
919
  i0.ɵɵngDeclareClassMetadata({
925
920
  minVersion: "12.0.0",
926
- version: "22.0.0-next.5",
921
+ version: "22.0.0-next.6",
927
922
  ngImport: i0,
928
923
  type: MapDirectionsRenderer,
929
924
  decorators: [{
@@ -933,7 +928,6 @@ i0.ɵɵngDeclareClassMetadata({
933
928
  exportAs: 'mapDirectionsRenderer'
934
929
  }]
935
930
  }],
936
- ctorParameters: () => [],
937
931
  propDecorators: {
938
932
  directions: [{
939
933
  type: Input
@@ -976,7 +970,6 @@ class MapGroundOverlay {
976
970
  mapClick = this._eventManager.getLazyEmitter('click');
977
971
  mapDblclick = this._eventManager.getLazyEmitter('dblclick');
978
972
  groundOverlayInitialized = new EventEmitter();
979
- constructor() {}
980
973
  ngOnInit() {
981
974
  if (this._map._isBrowser) {
982
975
  this._bounds.pipe(takeUntil(this._destroyed)).subscribe(bounds => {
@@ -1060,7 +1053,7 @@ class MapGroundOverlay {
1060
1053
  }
1061
1054
  static ɵfac = i0.ɵɵngDeclareFactory({
1062
1055
  minVersion: "12.0.0",
1063
- version: "22.0.0-next.5",
1056
+ version: "22.0.0-next.6",
1064
1057
  ngImport: i0,
1065
1058
  type: MapGroundOverlay,
1066
1059
  deps: [],
@@ -1068,7 +1061,7 @@ class MapGroundOverlay {
1068
1061
  });
1069
1062
  static ɵdir = i0.ɵɵngDeclareDirective({
1070
1063
  minVersion: "14.0.0",
1071
- version: "22.0.0-next.5",
1064
+ version: "22.0.0-next.6",
1072
1065
  type: MapGroundOverlay,
1073
1066
  isStandalone: true,
1074
1067
  selector: "map-ground-overlay",
@@ -1089,7 +1082,7 @@ class MapGroundOverlay {
1089
1082
  }
1090
1083
  i0.ɵɵngDeclareClassMetadata({
1091
1084
  minVersion: "12.0.0",
1092
- version: "22.0.0-next.5",
1085
+ version: "22.0.0-next.6",
1093
1086
  ngImport: i0,
1094
1087
  type: MapGroundOverlay,
1095
1088
  decorators: [{
@@ -1099,7 +1092,6 @@ i0.ɵɵngDeclareClassMetadata({
1099
1092
  exportAs: 'mapGroundOverlay'
1100
1093
  }]
1101
1094
  }],
1102
- ctorParameters: () => [],
1103
1095
  propDecorators: {
1104
1096
  url: [{
1105
1097
  type: Input
@@ -1146,7 +1138,6 @@ class MapInfoWindow {
1146
1138
  positionChanged = this._eventManager.getLazyEmitter('position_changed');
1147
1139
  zindexChanged = this._eventManager.getLazyEmitter('zindex_changed');
1148
1140
  infoWindowInitialized = new EventEmitter();
1149
- constructor() {}
1150
1141
  ngOnInit() {
1151
1142
  if (this._googleMap._isBrowser) {
1152
1143
  this._combineOptions().pipe(take(1)).subscribe(options => {
@@ -1251,7 +1242,7 @@ class MapInfoWindow {
1251
1242
  }
1252
1243
  static ɵfac = i0.ɵɵngDeclareFactory({
1253
1244
  minVersion: "12.0.0",
1254
- version: "22.0.0-next.5",
1245
+ version: "22.0.0-next.6",
1255
1246
  ngImport: i0,
1256
1247
  type: MapInfoWindow,
1257
1248
  deps: [],
@@ -1259,7 +1250,7 @@ class MapInfoWindow {
1259
1250
  });
1260
1251
  static ɵdir = i0.ɵɵngDeclareDirective({
1261
1252
  minVersion: "14.0.0",
1262
- version: "22.0.0-next.5",
1253
+ version: "22.0.0-next.6",
1263
1254
  type: MapInfoWindow,
1264
1255
  isStandalone: true,
1265
1256
  selector: "map-info-window",
@@ -1284,7 +1275,7 @@ class MapInfoWindow {
1284
1275
  }
1285
1276
  i0.ɵɵngDeclareClassMetadata({
1286
1277
  minVersion: "12.0.0",
1287
- version: "22.0.0-next.5",
1278
+ version: "22.0.0-next.6",
1288
1279
  ngImport: i0,
1289
1280
  type: MapInfoWindow,
1290
1281
  decorators: [{
@@ -1297,7 +1288,6 @@ i0.ɵɵngDeclareClassMetadata({
1297
1288
  }
1298
1289
  }]
1299
1290
  }],
1300
- ctorParameters: () => [],
1301
1291
  propDecorators: {
1302
1292
  options: [{
1303
1293
  type: Input
@@ -1344,7 +1334,6 @@ class MapKmlLayer {
1344
1334
  defaultviewportChanged = this._eventManager.getLazyEmitter('defaultviewport_changed');
1345
1335
  statusChanged = this._eventManager.getLazyEmitter('status_changed');
1346
1336
  kmlLayerInitialized = new EventEmitter();
1347
- constructor() {}
1348
1337
  ngOnInit() {
1349
1338
  if (this._map._isBrowser) {
1350
1339
  this._combineOptions().pipe(take(1)).subscribe(options => {
@@ -1431,7 +1420,7 @@ class MapKmlLayer {
1431
1420
  }
1432
1421
  static ɵfac = i0.ɵɵngDeclareFactory({
1433
1422
  minVersion: "12.0.0",
1434
- version: "22.0.0-next.5",
1423
+ version: "22.0.0-next.6",
1435
1424
  ngImport: i0,
1436
1425
  type: MapKmlLayer,
1437
1426
  deps: [],
@@ -1439,7 +1428,7 @@ class MapKmlLayer {
1439
1428
  });
1440
1429
  static ɵdir = i0.ɵɵngDeclareDirective({
1441
1430
  minVersion: "14.0.0",
1442
- version: "22.0.0-next.5",
1431
+ version: "22.0.0-next.6",
1443
1432
  type: MapKmlLayer,
1444
1433
  isStandalone: true,
1445
1434
  selector: "map-kml-layer",
@@ -1459,7 +1448,7 @@ class MapKmlLayer {
1459
1448
  }
1460
1449
  i0.ɵɵngDeclareClassMetadata({
1461
1450
  minVersion: "12.0.0",
1462
- version: "22.0.0-next.5",
1451
+ version: "22.0.0-next.6",
1463
1452
  ngImport: i0,
1464
1453
  type: MapKmlLayer,
1465
1454
  decorators: [{
@@ -1469,7 +1458,6 @@ i0.ɵɵngDeclareClassMetadata({
1469
1458
  exportAs: 'mapKmlLayer'
1470
1459
  }]
1471
1460
  }],
1472
- ctorParameters: () => [],
1473
1461
  propDecorators: {
1474
1462
  options: [{
1475
1463
  type: Input
@@ -1555,7 +1543,6 @@ class MapMarker {
1555
1543
  zindexChanged = this._eventManager.getLazyEmitter('zindex_changed');
1556
1544
  markerInitialized = new EventEmitter();
1557
1545
  marker;
1558
- constructor() {}
1559
1546
  ngOnInit() {
1560
1547
  if (!this._googleMap._isBrowser) {
1561
1548
  return;
@@ -1695,7 +1682,7 @@ class MapMarker {
1695
1682
  }
1696
1683
  static ɵfac = i0.ɵɵngDeclareFactory({
1697
1684
  minVersion: "12.0.0",
1698
- version: "22.0.0-next.5",
1685
+ version: "22.0.0-next.6",
1699
1686
  ngImport: i0,
1700
1687
  type: MapMarker,
1701
1688
  deps: [],
@@ -1703,7 +1690,7 @@ class MapMarker {
1703
1690
  });
1704
1691
  static ɵdir = i0.ɵɵngDeclareDirective({
1705
1692
  minVersion: "14.0.0",
1706
- version: "22.0.0-next.5",
1693
+ version: "22.0.0-next.6",
1707
1694
  type: MapMarker,
1708
1695
  isStandalone: true,
1709
1696
  selector: "map-marker",
@@ -1751,7 +1738,7 @@ class MapMarker {
1751
1738
  }
1752
1739
  i0.ɵɵngDeclareClassMetadata({
1753
1740
  minVersion: "12.0.0",
1754
- version: "22.0.0-next.5",
1741
+ version: "22.0.0-next.6",
1755
1742
  ngImport: i0,
1756
1743
  type: MapMarker,
1757
1744
  decorators: [{
@@ -1765,7 +1752,6 @@ i0.ɵɵngDeclareClassMetadata({
1765
1752
  }]
1766
1753
  }]
1767
1754
  }],
1768
- ctorParameters: () => [],
1769
1755
  propDecorators: {
1770
1756
  title: [{
1771
1757
  type: Input
@@ -1941,7 +1927,6 @@ class DeprecatedMapMarkerClusterer {
1941
1927
  _markers;
1942
1928
  markerClusterer;
1943
1929
  markerClustererInitialized = new EventEmitter();
1944
- constructor() {}
1945
1930
  ngOnInit() {
1946
1931
  if (this._canInitialize) {
1947
1932
  this._ngZone.runOutsideAngular(() => {
@@ -2208,7 +2193,7 @@ class DeprecatedMapMarkerClusterer {
2208
2193
  }
2209
2194
  static ɵfac = i0.ɵɵngDeclareFactory({
2210
2195
  minVersion: "12.0.0",
2211
- version: "22.0.0-next.5",
2196
+ version: "22.0.0-next.6",
2212
2197
  ngImport: i0,
2213
2198
  type: DeprecatedMapMarkerClusterer,
2214
2199
  deps: [],
@@ -2216,7 +2201,7 @@ class DeprecatedMapMarkerClusterer {
2216
2201
  });
2217
2202
  static ɵcmp = i0.ɵɵngDeclareComponent({
2218
2203
  minVersion: "14.0.0",
2219
- version: "22.0.0-next.5",
2204
+ version: "22.0.0-next.6",
2220
2205
  type: DeprecatedMapMarkerClusterer,
2221
2206
  isStandalone: true,
2222
2207
  selector: "deprecated-map-marker-clusterer",
@@ -2263,7 +2248,7 @@ class DeprecatedMapMarkerClusterer {
2263
2248
  }
2264
2249
  i0.ɵɵngDeclareClassMetadata({
2265
2250
  minVersion: "12.0.0",
2266
- version: "22.0.0-next.5",
2251
+ version: "22.0.0-next.6",
2267
2252
  ngImport: i0,
2268
2253
  type: DeprecatedMapMarkerClusterer,
2269
2254
  decorators: [{
@@ -2276,7 +2261,6 @@ i0.ɵɵngDeclareClassMetadata({
2276
2261
  encapsulation: ViewEncapsulation.None
2277
2262
  }]
2278
2263
  }],
2279
- ctorParameters: () => [],
2280
2264
  propDecorators: {
2281
2265
  ariaLabelFn: [{
2282
2266
  type: Input
@@ -2382,7 +2366,6 @@ class MapPolygon {
2382
2366
  polygonMouseup = this._eventManager.getLazyEmitter('mouseup');
2383
2367
  polygonRightclick = this._eventManager.getLazyEmitter('rightclick');
2384
2368
  polygonInitialized = new EventEmitter();
2385
- constructor() {}
2386
2369
  ngOnInit() {
2387
2370
  if (this._map._isBrowser) {
2388
2371
  this._combineOptions().pipe(take(1)).subscribe(options => {
@@ -2467,7 +2450,7 @@ class MapPolygon {
2467
2450
  }
2468
2451
  static ɵfac = i0.ɵɵngDeclareFactory({
2469
2452
  minVersion: "12.0.0",
2470
- version: "22.0.0-next.5",
2453
+ version: "22.0.0-next.6",
2471
2454
  ngImport: i0,
2472
2455
  type: MapPolygon,
2473
2456
  deps: [],
@@ -2475,7 +2458,7 @@ class MapPolygon {
2475
2458
  });
2476
2459
  static ɵdir = i0.ɵɵngDeclareDirective({
2477
2460
  minVersion: "14.0.0",
2478
- version: "22.0.0-next.5",
2461
+ version: "22.0.0-next.6",
2479
2462
  type: MapPolygon,
2480
2463
  isStandalone: true,
2481
2464
  selector: "map-polygon",
@@ -2503,7 +2486,7 @@ class MapPolygon {
2503
2486
  }
2504
2487
  i0.ɵɵngDeclareClassMetadata({
2505
2488
  minVersion: "12.0.0",
2506
- version: "22.0.0-next.5",
2489
+ version: "22.0.0-next.6",
2507
2490
  ngImport: i0,
2508
2491
  type: MapPolygon,
2509
2492
  decorators: [{
@@ -2513,7 +2496,6 @@ i0.ɵɵngDeclareClassMetadata({
2513
2496
  exportAs: 'mapPolygon'
2514
2497
  }]
2515
2498
  }],
2516
- ctorParameters: () => [],
2517
2499
  propDecorators: {
2518
2500
  options: [{
2519
2501
  type: Input
@@ -2586,7 +2568,6 @@ class MapPolyline {
2586
2568
  polylineMouseup = this._eventManager.getLazyEmitter('mouseup');
2587
2569
  polylineRightclick = this._eventManager.getLazyEmitter('rightclick');
2588
2570
  polylineInitialized = new EventEmitter();
2589
- constructor() {}
2590
2571
  ngOnInit() {
2591
2572
  if (this._map._isBrowser) {
2592
2573
  this._combineOptions().pipe(take(1)).subscribe(options => {
@@ -2667,7 +2648,7 @@ class MapPolyline {
2667
2648
  }
2668
2649
  static ɵfac = i0.ɵɵngDeclareFactory({
2669
2650
  minVersion: "12.0.0",
2670
- version: "22.0.0-next.5",
2651
+ version: "22.0.0-next.6",
2671
2652
  ngImport: i0,
2672
2653
  type: MapPolyline,
2673
2654
  deps: [],
@@ -2675,7 +2656,7 @@ class MapPolyline {
2675
2656
  });
2676
2657
  static ɵdir = i0.ɵɵngDeclareDirective({
2677
2658
  minVersion: "14.0.0",
2678
- version: "22.0.0-next.5",
2659
+ version: "22.0.0-next.6",
2679
2660
  type: MapPolyline,
2680
2661
  isStandalone: true,
2681
2662
  selector: "map-polyline",
@@ -2703,7 +2684,7 @@ class MapPolyline {
2703
2684
  }
2704
2685
  i0.ɵɵngDeclareClassMetadata({
2705
2686
  minVersion: "12.0.0",
2706
- version: "22.0.0-next.5",
2687
+ version: "22.0.0-next.6",
2707
2688
  ngImport: i0,
2708
2689
  type: MapPolyline,
2709
2690
  decorators: [{
@@ -2713,7 +2694,6 @@ i0.ɵɵngDeclareClassMetadata({
2713
2694
  exportAs: 'mapPolyline'
2714
2695
  }]
2715
2696
  }],
2716
- ctorParameters: () => [],
2717
2697
  propDecorators: {
2718
2698
  options: [{
2719
2699
  type: Input
@@ -2787,7 +2767,6 @@ class MapRectangle {
2787
2767
  rectangleMouseup = this._eventManager.getLazyEmitter('mouseup');
2788
2768
  rectangleRightclick = this._eventManager.getLazyEmitter('rightclick');
2789
2769
  rectangleInitialized = new EventEmitter();
2790
- constructor() {}
2791
2770
  ngOnInit() {
2792
2771
  if (this._map._isBrowser) {
2793
2772
  this._combineOptions().pipe(take(1)).subscribe(options => {
@@ -2868,7 +2847,7 @@ class MapRectangle {
2868
2847
  }
2869
2848
  static ɵfac = i0.ɵɵngDeclareFactory({
2870
2849
  minVersion: "12.0.0",
2871
- version: "22.0.0-next.5",
2850
+ version: "22.0.0-next.6",
2872
2851
  ngImport: i0,
2873
2852
  type: MapRectangle,
2874
2853
  deps: [],
@@ -2876,7 +2855,7 @@ class MapRectangle {
2876
2855
  });
2877
2856
  static ɵdir = i0.ɵɵngDeclareDirective({
2878
2857
  minVersion: "14.0.0",
2879
- version: "22.0.0-next.5",
2858
+ version: "22.0.0-next.6",
2880
2859
  type: MapRectangle,
2881
2860
  isStandalone: true,
2882
2861
  selector: "map-rectangle",
@@ -2905,7 +2884,7 @@ class MapRectangle {
2905
2884
  }
2906
2885
  i0.ɵɵngDeclareClassMetadata({
2907
2886
  minVersion: "12.0.0",
2908
- version: "22.0.0-next.5",
2887
+ version: "22.0.0-next.6",
2909
2888
  ngImport: i0,
2910
2889
  type: MapRectangle,
2911
2890
  decorators: [{
@@ -2915,7 +2894,6 @@ i0.ɵɵngDeclareClassMetadata({
2915
2894
  exportAs: 'mapRectangle'
2916
2895
  }]
2917
2896
  }],
2918
- ctorParameters: () => [],
2919
2897
  propDecorators: {
2920
2898
  options: [{
2921
2899
  type: Input
@@ -2975,7 +2953,6 @@ class MapTrafficLayer {
2975
2953
  this._autoRefresh.next(autoRefresh);
2976
2954
  }
2977
2955
  trafficLayerInitialized = new EventEmitter();
2978
- constructor() {}
2979
2956
  ngOnInit() {
2980
2957
  if (this._map._isBrowser) {
2981
2958
  this._combineOptions().pipe(take(1)).subscribe(options => {
@@ -3026,7 +3003,7 @@ class MapTrafficLayer {
3026
3003
  }
3027
3004
  static ɵfac = i0.ɵɵngDeclareFactory({
3028
3005
  minVersion: "12.0.0",
3029
- version: "22.0.0-next.5",
3006
+ version: "22.0.0-next.6",
3030
3007
  ngImport: i0,
3031
3008
  type: MapTrafficLayer,
3032
3009
  deps: [],
@@ -3034,7 +3011,7 @@ class MapTrafficLayer {
3034
3011
  });
3035
3012
  static ɵdir = i0.ɵɵngDeclareDirective({
3036
3013
  minVersion: "14.0.0",
3037
- version: "22.0.0-next.5",
3014
+ version: "22.0.0-next.6",
3038
3015
  type: MapTrafficLayer,
3039
3016
  isStandalone: true,
3040
3017
  selector: "map-traffic-layer",
@@ -3050,7 +3027,7 @@ class MapTrafficLayer {
3050
3027
  }
3051
3028
  i0.ɵɵngDeclareClassMetadata({
3052
3029
  minVersion: "12.0.0",
3053
- version: "22.0.0-next.5",
3030
+ version: "22.0.0-next.6",
3054
3031
  ngImport: i0,
3055
3032
  type: MapTrafficLayer,
3056
3033
  decorators: [{
@@ -3060,7 +3037,6 @@ i0.ɵɵngDeclareClassMetadata({
3060
3037
  exportAs: 'mapTrafficLayer'
3061
3038
  }]
3062
3039
  }],
3063
- ctorParameters: () => [],
3064
3040
  propDecorators: {
3065
3041
  autoRefresh: [{
3066
3042
  type: Input
@@ -3107,7 +3083,7 @@ class MapTransitLayer {
3107
3083
  }
3108
3084
  static ɵfac = i0.ɵɵngDeclareFactory({
3109
3085
  minVersion: "12.0.0",
3110
- version: "22.0.0-next.5",
3086
+ version: "22.0.0-next.6",
3111
3087
  ngImport: i0,
3112
3088
  type: MapTransitLayer,
3113
3089
  deps: [],
@@ -3115,7 +3091,7 @@ class MapTransitLayer {
3115
3091
  });
3116
3092
  static ɵdir = i0.ɵɵngDeclareDirective({
3117
3093
  minVersion: "14.0.0",
3118
- version: "22.0.0-next.5",
3094
+ version: "22.0.0-next.6",
3119
3095
  type: MapTransitLayer,
3120
3096
  isStandalone: true,
3121
3097
  selector: "map-transit-layer",
@@ -3128,7 +3104,7 @@ class MapTransitLayer {
3128
3104
  }
3129
3105
  i0.ɵɵngDeclareClassMetadata({
3130
3106
  minVersion: "12.0.0",
3131
- version: "22.0.0-next.5",
3107
+ version: "22.0.0-next.6",
3132
3108
  ngImport: i0,
3133
3109
  type: MapTransitLayer,
3134
3110
  decorators: [{
@@ -3158,7 +3134,6 @@ class MapHeatmapLayer {
3158
3134
  _options;
3159
3135
  heatmap;
3160
3136
  heatmapInitialized = new EventEmitter();
3161
- constructor() {}
3162
3137
  ngOnInit() {
3163
3138
  if (this._googleMap._isBrowser) {
3164
3139
  if (!window.google?.maps?.visualization && !window.google?.maps.importLibrary && (typeof ngDevMode === 'undefined' || ngDevMode)) {
@@ -3228,7 +3203,7 @@ class MapHeatmapLayer {
3228
3203
  }
3229
3204
  static ɵfac = i0.ɵɵngDeclareFactory({
3230
3205
  minVersion: "12.0.0",
3231
- version: "22.0.0-next.5",
3206
+ version: "22.0.0-next.6",
3232
3207
  ngImport: i0,
3233
3208
  type: MapHeatmapLayer,
3234
3209
  deps: [],
@@ -3236,7 +3211,7 @@ class MapHeatmapLayer {
3236
3211
  });
3237
3212
  static ɵdir = i0.ɵɵngDeclareDirective({
3238
3213
  minVersion: "14.0.0",
3239
- version: "22.0.0-next.5",
3214
+ version: "22.0.0-next.6",
3240
3215
  type: MapHeatmapLayer,
3241
3216
  isStandalone: true,
3242
3217
  selector: "map-heatmap-layer",
@@ -3254,7 +3229,7 @@ class MapHeatmapLayer {
3254
3229
  }
3255
3230
  i0.ɵɵngDeclareClassMetadata({
3256
3231
  minVersion: "12.0.0",
3257
- version: "22.0.0-next.5",
3232
+ version: "22.0.0-next.6",
3258
3233
  ngImport: i0,
3259
3234
  type: MapHeatmapLayer,
3260
3235
  decorators: [{
@@ -3264,7 +3239,6 @@ i0.ɵɵngDeclareClassMetadata({
3264
3239
  exportAs: 'mapHeatmapLayer'
3265
3240
  }]
3266
3241
  }],
3267
- ctorParameters: () => [],
3268
3242
  propDecorators: {
3269
3243
  data: [{
3270
3244
  type: Input
@@ -3326,7 +3300,6 @@ class MapAdvancedMarker {
3326
3300
  mapDragstart = this._eventManager.getLazyEmitter('dragstart');
3327
3301
  markerInitialized = new EventEmitter();
3328
3302
  advancedMarker;
3329
- constructor() {}
3330
3303
  ngOnInit() {
3331
3304
  if (!this._googleMap._isBrowser) {
3332
3305
  return;
@@ -3412,7 +3385,7 @@ class MapAdvancedMarker {
3412
3385
  }
3413
3386
  static ɵfac = i0.ɵɵngDeclareFactory({
3414
3387
  minVersion: "12.0.0",
3415
- version: "22.0.0-next.5",
3388
+ version: "22.0.0-next.6",
3416
3389
  ngImport: i0,
3417
3390
  type: MapAdvancedMarker,
3418
3391
  deps: [],
@@ -3420,7 +3393,7 @@ class MapAdvancedMarker {
3420
3393
  });
3421
3394
  static ɵdir = i0.ɵɵngDeclareDirective({
3422
3395
  minVersion: "14.0.0",
3423
- version: "22.0.0-next.5",
3396
+ version: "22.0.0-next.6",
3424
3397
  type: MapAdvancedMarker,
3425
3398
  isStandalone: true,
3426
3399
  selector: "map-advanced-marker",
@@ -3455,7 +3428,7 @@ class MapAdvancedMarker {
3455
3428
  }
3456
3429
  i0.ɵɵngDeclareClassMetadata({
3457
3430
  minVersion: "12.0.0",
3458
- version: "22.0.0-next.5",
3431
+ version: "22.0.0-next.6",
3459
3432
  ngImport: i0,
3460
3433
  type: MapAdvancedMarker,
3461
3434
  decorators: [{
@@ -3469,7 +3442,6 @@ i0.ɵɵngDeclareClassMetadata({
3469
3442
  }]
3470
3443
  }]
3471
3444
  }],
3472
- ctorParameters: () => [],
3473
3445
  propDecorators: {
3474
3446
  title: [{
3475
3447
  type: Input
@@ -3630,7 +3602,7 @@ class MapMarkerClusterer {
3630
3602
  }
3631
3603
  static ɵfac = i0.ɵɵngDeclareFactory({
3632
3604
  minVersion: "12.0.0",
3633
- version: "22.0.0-next.5",
3605
+ version: "22.0.0-next.6",
3634
3606
  ngImport: i0,
3635
3607
  type: MapMarkerClusterer,
3636
3608
  deps: [],
@@ -3638,7 +3610,7 @@ class MapMarkerClusterer {
3638
3610
  });
3639
3611
  static ɵcmp = i0.ɵɵngDeclareComponent({
3640
3612
  minVersion: "14.0.0",
3641
- version: "22.0.0-next.5",
3613
+ version: "22.0.0-next.6",
3642
3614
  type: MapMarkerClusterer,
3643
3615
  isStandalone: true,
3644
3616
  selector: "map-marker-clusterer",
@@ -3668,7 +3640,7 @@ class MapMarkerClusterer {
3668
3640
  }
3669
3641
  i0.ɵɵngDeclareClassMetadata({
3670
3642
  minVersion: "12.0.0",
3671
- version: "22.0.0-next.5",
3643
+ version: "22.0.0-next.6",
3672
3644
  ngImport: i0,
3673
3645
  type: MapMarkerClusterer,
3674
3646
  decorators: [{
@@ -3713,7 +3685,7 @@ const COMPONENTS = [GoogleMap, MapBaseLayer, MapBicyclingLayer, MapCircle, MapDi
3713
3685
  class GoogleMapsModule {
3714
3686
  static ɵfac = i0.ɵɵngDeclareFactory({
3715
3687
  minVersion: "12.0.0",
3716
- version: "22.0.0-next.5",
3688
+ version: "22.0.0-next.6",
3717
3689
  ngImport: i0,
3718
3690
  type: GoogleMapsModule,
3719
3691
  deps: [],
@@ -3721,7 +3693,7 @@ class GoogleMapsModule {
3721
3693
  });
3722
3694
  static ɵmod = i0.ɵɵngDeclareNgModule({
3723
3695
  minVersion: "14.0.0",
3724
- version: "22.0.0-next.5",
3696
+ version: "22.0.0-next.6",
3725
3697
  ngImport: i0,
3726
3698
  type: GoogleMapsModule,
3727
3699
  imports: [GoogleMap, MapBaseLayer, MapBicyclingLayer, MapCircle, MapDirectionsRenderer, MapGroundOverlay, MapHeatmapLayer, MapInfoWindow, MapKmlLayer, MapMarker, MapAdvancedMarker, DeprecatedMapMarkerClusterer, MapPolygon, MapPolyline, MapRectangle, MapTrafficLayer, MapTransitLayer, MapMarkerClusterer],
@@ -3729,14 +3701,14 @@ class GoogleMapsModule {
3729
3701
  });
3730
3702
  static ɵinj = i0.ɵɵngDeclareInjector({
3731
3703
  minVersion: "12.0.0",
3732
- version: "22.0.0-next.5",
3704
+ version: "22.0.0-next.6",
3733
3705
  ngImport: i0,
3734
3706
  type: GoogleMapsModule
3735
3707
  });
3736
3708
  }
3737
3709
  i0.ɵɵngDeclareClassMetadata({
3738
3710
  minVersion: "12.0.0",
3739
- version: "22.0.0-next.5",
3711
+ version: "22.0.0-next.6",
3740
3712
  ngImport: i0,
3741
3713
  type: GoogleMapsModule,
3742
3714
  decorators: [{
@@ -3751,7 +3723,6 @@ i0.ɵɵngDeclareClassMetadata({
3751
3723
  class MapDirectionsService {
3752
3724
  _ngZone = inject(NgZone);
3753
3725
  _directionsService;
3754
- constructor() {}
3755
3726
  route(request) {
3756
3727
  return new Observable(observer => {
3757
3728
  this._getService().then(service => {
@@ -3782,7 +3753,7 @@ class MapDirectionsService {
3782
3753
  }
3783
3754
  static ɵfac = i0.ɵɵngDeclareFactory({
3784
3755
  minVersion: "12.0.0",
3785
- version: "22.0.0-next.5",
3756
+ version: "22.0.0-next.6",
3786
3757
  ngImport: i0,
3787
3758
  type: MapDirectionsService,
3788
3759
  deps: [],
@@ -3790,7 +3761,7 @@ class MapDirectionsService {
3790
3761
  });
3791
3762
  static ɵprov = i0.ɵɵngDeclareInjectable({
3792
3763
  minVersion: "12.0.0",
3793
- version: "22.0.0-next.5",
3764
+ version: "22.0.0-next.6",
3794
3765
  ngImport: i0,
3795
3766
  type: MapDirectionsService,
3796
3767
  providedIn: 'root'
@@ -3798,7 +3769,7 @@ class MapDirectionsService {
3798
3769
  }
3799
3770
  i0.ɵɵngDeclareClassMetadata({
3800
3771
  minVersion: "12.0.0",
3801
- version: "22.0.0-next.5",
3772
+ version: "22.0.0-next.6",
3802
3773
  ngImport: i0,
3803
3774
  type: MapDirectionsService,
3804
3775
  decorators: [{
@@ -3806,14 +3777,12 @@ i0.ɵɵngDeclareClassMetadata({
3806
3777
  args: [{
3807
3778
  providedIn: 'root'
3808
3779
  }]
3809
- }],
3810
- ctorParameters: () => []
3780
+ }]
3811
3781
  });
3812
3782
 
3813
3783
  class MapGeocoder {
3814
3784
  _ngZone = inject(NgZone);
3815
3785
  _geocoder;
3816
- constructor() {}
3817
3786
  geocode(request) {
3818
3787
  return new Observable(observer => {
3819
3788
  this._getGeocoder().then(geocoder => {
@@ -3844,7 +3813,7 @@ class MapGeocoder {
3844
3813
  }
3845
3814
  static ɵfac = i0.ɵɵngDeclareFactory({
3846
3815
  minVersion: "12.0.0",
3847
- version: "22.0.0-next.5",
3816
+ version: "22.0.0-next.6",
3848
3817
  ngImport: i0,
3849
3818
  type: MapGeocoder,
3850
3819
  deps: [],
@@ -3852,7 +3821,7 @@ class MapGeocoder {
3852
3821
  });
3853
3822
  static ɵprov = i0.ɵɵngDeclareInjectable({
3854
3823
  minVersion: "12.0.0",
3855
- version: "22.0.0-next.5",
3824
+ version: "22.0.0-next.6",
3856
3825
  ngImport: i0,
3857
3826
  type: MapGeocoder,
3858
3827
  providedIn: 'root'
@@ -3860,7 +3829,7 @@ class MapGeocoder {
3860
3829
  }
3861
3830
  i0.ɵɵngDeclareClassMetadata({
3862
3831
  minVersion: "12.0.0",
3863
- version: "22.0.0-next.5",
3832
+ version: "22.0.0-next.6",
3864
3833
  ngImport: i0,
3865
3834
  type: MapGeocoder,
3866
3835
  decorators: [{
@@ -3868,8 +3837,7 @@ i0.ɵɵngDeclareClassMetadata({
3868
3837
  args: [{
3869
3838
  providedIn: 'root'
3870
3839
  }]
3871
- }],
3872
- ctorParameters: () => []
3840
+ }]
3873
3841
  });
3874
3842
 
3875
3843
  export { DeprecatedMapMarkerClusterer, GoogleMap, GoogleMapsModule, MapAdvancedMarker, MapBaseLayer, MapBicyclingLayer, MapCircle, MapDirectionsRenderer, MapDirectionsService, MapEventManager, MapGeocoder, MapGroundOverlay, MapHeatmapLayer, MapInfoWindow, MapKmlLayer, MapMarker, MapMarkerClusterer, MapPolygon, MapPolyline, MapRectangle, MapTrafficLayer, MapTransitLayer };