@angular/google-maps 20.0.0-next.0 → 20.0.0-next.10
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.
- package/fesm2022/google-maps.mjs +64 -88
- package/fesm2022/google-maps.mjs.map +1 -1
- package/index.d.ts +878 -1058
- package/package.json +1 -1
- package/schematics/migration.json +1 -1
- package/schematics/ng-add/index.js +2 -2
- package/schematics/ng-add/index.js.map +1 -0
- package/schematics/ng-update/index.d.ts +9 -0
- package/schematics/ng-update/index.js +13 -0
- package/schematics/ng-update/index.js.map +1 -0
- package/schematics/tsconfig.json +9 -0
- package/schematics/ng-add/index.mjs +0 -16
- package/schematics/ng-update/index_bundled.js +0 -38
- package/schematics/ng-update/index_bundled.js.map +0 -7
- package/schematics/schematics.externs.js +0 -0
package/fesm2022/google-maps.mjs
CHANGED
|
@@ -69,7 +69,6 @@ class MapEventManager {
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
73
72
|
/** default options set to the Googleplex */
|
|
74
73
|
const DEFAULT_OPTIONS = {
|
|
75
74
|
center: { lat: 37.421995, lng: -122.084092 },
|
|
@@ -471,10 +470,10 @@ class GoogleMap {
|
|
|
471
470
|
'Please wait for the API to load before trying to interact with it.');
|
|
472
471
|
}
|
|
473
472
|
}
|
|
474
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
475
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
473
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: GoogleMap, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
474
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.5", type: GoogleMap, isStandalone: true, selector: "google-map", inputs: { height: "height", width: "width", mapId: "mapId", mapTypeId: "mapTypeId", center: "center", zoom: "zoom", options: "options" }, outputs: { mapInitialized: "mapInitialized", authFailure: "authFailure", 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" }, exportAs: ["googleMap"], usesOnChanges: true, ngImport: i0, template: '<div class="map-container"></div><ng-content />', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
476
475
|
}
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: GoogleMap, decorators: [{
|
|
478
477
|
type: Component,
|
|
479
478
|
args: [{
|
|
480
479
|
selector: 'google-map',
|
|
@@ -547,7 +546,6 @@ function coerceCssPixelValue(value) {
|
|
|
547
546
|
return cssUnitsPattern.test(value) ? value : `${value}px`;
|
|
548
547
|
}
|
|
549
548
|
|
|
550
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
551
549
|
class MapBaseLayer {
|
|
552
550
|
_map = inject(GoogleMap);
|
|
553
551
|
_ngZone = inject(NgZone);
|
|
@@ -573,10 +571,10 @@ class MapBaseLayer {
|
|
|
573
571
|
_initializeObject() { }
|
|
574
572
|
_setMap() { }
|
|
575
573
|
_unsetMap() { }
|
|
576
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
577
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
574
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapBaseLayer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
575
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapBaseLayer, isStandalone: true, selector: "map-base-layer", exportAs: ["mapBaseLayer"], ngImport: i0 });
|
|
578
576
|
}
|
|
579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapBaseLayer, decorators: [{
|
|
580
578
|
type: Directive,
|
|
581
579
|
args: [{
|
|
582
580
|
selector: 'map-base-layer',
|
|
@@ -584,7 +582,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
584
582
|
}]
|
|
585
583
|
}], ctorParameters: () => [] });
|
|
586
584
|
|
|
587
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
588
585
|
/**
|
|
589
586
|
* Angular component that renders a Google Maps Bicycling Layer via the Google Maps JavaScript API.
|
|
590
587
|
*
|
|
@@ -632,10 +629,10 @@ class MapBicyclingLayer {
|
|
|
632
629
|
'Please wait for the Transit Layer to load before trying to interact with it.');
|
|
633
630
|
}
|
|
634
631
|
}
|
|
635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
636
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
632
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapBicyclingLayer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
633
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapBicyclingLayer, isStandalone: true, selector: "map-bicycling-layer", outputs: { bicyclingLayerInitialized: "bicyclingLayerInitialized" }, exportAs: ["mapBicyclingLayer"], ngImport: i0 });
|
|
637
634
|
}
|
|
638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapBicyclingLayer, decorators: [{
|
|
639
636
|
type: Directive,
|
|
640
637
|
args: [{
|
|
641
638
|
selector: 'map-bicycling-layer',
|
|
@@ -645,7 +642,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
645
642
|
type: Output
|
|
646
643
|
}] } });
|
|
647
644
|
|
|
648
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
649
645
|
/**
|
|
650
646
|
* Angular component that renders a Google Maps Circle via the Google Maps JavaScript API.
|
|
651
647
|
* @see developers.google.com/maps/documentation/javascript/reference/polygon#Circle
|
|
@@ -869,10 +865,10 @@ class MapCircle {
|
|
|
869
865
|
}
|
|
870
866
|
}
|
|
871
867
|
}
|
|
872
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
873
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
868
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapCircle, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
869
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapCircle, isStandalone: true, selector: "map-circle", inputs: { options: "options", center: "center", radius: "radius" }, outputs: { 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", circleInitialized: "circleInitialized" }, exportAs: ["mapCircle"], ngImport: i0 });
|
|
874
870
|
}
|
|
875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapCircle, decorators: [{
|
|
876
872
|
type: Directive,
|
|
877
873
|
args: [{
|
|
878
874
|
selector: 'map-circle',
|
|
@@ -914,7 +910,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
914
910
|
type: Output
|
|
915
911
|
}] } });
|
|
916
912
|
|
|
917
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
918
913
|
/**
|
|
919
914
|
* Angular component that renders a Google Maps Directions Renderer via the Google Maps
|
|
920
915
|
* JavaScript API.
|
|
@@ -1032,10 +1027,10 @@ class MapDirectionsRenderer {
|
|
|
1032
1027
|
}
|
|
1033
1028
|
}
|
|
1034
1029
|
}
|
|
1035
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1036
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1030
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapDirectionsRenderer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1031
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapDirectionsRenderer, isStandalone: true, selector: "map-directions-renderer", inputs: { directions: "directions", options: "options" }, outputs: { directionsChanged: "directionsChanged", directionsRendererInitialized: "directionsRendererInitialized" }, exportAs: ["mapDirectionsRenderer"], usesOnChanges: true, ngImport: i0 });
|
|
1037
1032
|
}
|
|
1038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapDirectionsRenderer, decorators: [{
|
|
1039
1034
|
type: Directive,
|
|
1040
1035
|
args: [{
|
|
1041
1036
|
selector: 'map-directions-renderer',
|
|
@@ -1051,7 +1046,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
1051
1046
|
type: Output
|
|
1052
1047
|
}] } });
|
|
1053
1048
|
|
|
1054
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
1055
1049
|
/**
|
|
1056
1050
|
* Angular component that renders a Google Maps Ground Overlay via the Google Maps JavaScript API.
|
|
1057
1051
|
*
|
|
@@ -1209,10 +1203,10 @@ class MapGroundOverlay {
|
|
|
1209
1203
|
}
|
|
1210
1204
|
}
|
|
1211
1205
|
}
|
|
1212
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1213
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1206
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapGroundOverlay, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1207
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapGroundOverlay, isStandalone: true, selector: "map-ground-overlay", inputs: { url: "url", bounds: "bounds", clickable: "clickable", opacity: "opacity" }, outputs: { mapClick: "mapClick", mapDblclick: "mapDblclick", groundOverlayInitialized: "groundOverlayInitialized" }, exportAs: ["mapGroundOverlay"], ngImport: i0 });
|
|
1214
1208
|
}
|
|
1215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapGroundOverlay, decorators: [{
|
|
1216
1210
|
type: Directive,
|
|
1217
1211
|
args: [{
|
|
1218
1212
|
selector: 'map-ground-overlay',
|
|
@@ -1234,7 +1228,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
1234
1228
|
type: Output
|
|
1235
1229
|
}] } });
|
|
1236
1230
|
|
|
1237
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
1238
1231
|
/**
|
|
1239
1232
|
* Angular component that renders a Google Maps info window via the Google Maps JavaScript API.
|
|
1240
1233
|
*
|
|
@@ -1435,10 +1428,10 @@ class MapInfoWindow {
|
|
|
1435
1428
|
}
|
|
1436
1429
|
}
|
|
1437
1430
|
}
|
|
1438
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1439
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1431
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapInfoWindow, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1432
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapInfoWindow, isStandalone: true, selector: "map-info-window", inputs: { options: "options", position: "position" }, outputs: { closeclick: "closeclick", contentChanged: "contentChanged", domready: "domready", positionChanged: "positionChanged", zindexChanged: "zindexChanged", infoWindowInitialized: "infoWindowInitialized" }, host: { styleAttribute: "display: none" }, exportAs: ["mapInfoWindow"], ngImport: i0 });
|
|
1440
1433
|
}
|
|
1441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapInfoWindow, decorators: [{
|
|
1442
1435
|
type: Directive,
|
|
1443
1436
|
args: [{
|
|
1444
1437
|
selector: 'map-info-window',
|
|
@@ -1463,7 +1456,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
1463
1456
|
type: Output
|
|
1464
1457
|
}] } });
|
|
1465
1458
|
|
|
1466
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
1467
1459
|
/**
|
|
1468
1460
|
* Angular component that renders a Google Maps KML Layer via the Google Maps JavaScript API.
|
|
1469
1461
|
*
|
|
@@ -1612,10 +1604,10 @@ class MapKmlLayer {
|
|
|
1612
1604
|
}
|
|
1613
1605
|
}
|
|
1614
1606
|
}
|
|
1615
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1616
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1607
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapKmlLayer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1608
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapKmlLayer, isStandalone: true, selector: "map-kml-layer", inputs: { options: "options", url: "url" }, outputs: { kmlClick: "kmlClick", defaultviewportChanged: "defaultviewportChanged", statusChanged: "statusChanged", kmlLayerInitialized: "kmlLayerInitialized" }, exportAs: ["mapKmlLayer"], ngImport: i0 });
|
|
1617
1609
|
}
|
|
1618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapKmlLayer, decorators: [{
|
|
1619
1611
|
type: Directive,
|
|
1620
1612
|
args: [{
|
|
1621
1613
|
selector: 'map-kml-layer',
|
|
@@ -1638,7 +1630,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
1638
1630
|
/** Token that marker directives can use to expose themselves to the clusterer. */
|
|
1639
1631
|
const MAP_MARKER = new InjectionToken('MAP_MARKER');
|
|
1640
1632
|
|
|
1641
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
1642
1633
|
/**
|
|
1643
1634
|
* Default options for the Google Maps marker component. Displays a marker
|
|
1644
1635
|
* at the Googleplex.
|
|
@@ -2012,15 +2003,15 @@ class MapMarker {
|
|
|
2012
2003
|
}
|
|
2013
2004
|
}
|
|
2014
2005
|
}
|
|
2015
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2016
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2006
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapMarker, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2007
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapMarker, isStandalone: true, selector: "map-marker", inputs: { title: "title", position: "position", label: "label", clickable: "clickable", options: "options", icon: "icon", visible: "visible" }, outputs: { 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", markerInitialized: "markerInitialized" }, providers: [
|
|
2017
2008
|
{
|
|
2018
2009
|
provide: MAP_MARKER,
|
|
2019
2010
|
useExisting: MapMarker,
|
|
2020
2011
|
},
|
|
2021
2012
|
], exportAs: ["mapMarker"], usesOnChanges: true, ngImport: i0 });
|
|
2022
2013
|
}
|
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapMarker, decorators: [{
|
|
2024
2015
|
type: Directive,
|
|
2025
2016
|
args: [{
|
|
2026
2017
|
selector: 'map-marker',
|
|
@@ -2092,7 +2083,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
2092
2083
|
type: Output
|
|
2093
2084
|
}] } });
|
|
2094
2085
|
|
|
2095
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
2096
2086
|
/** Default options for a clusterer. */
|
|
2097
2087
|
const DEFAULT_CLUSTERER_OPTIONS = {};
|
|
2098
2088
|
/**
|
|
@@ -2464,10 +2454,10 @@ class DeprecatedMapMarkerClusterer {
|
|
|
2464
2454
|
}
|
|
2465
2455
|
}
|
|
2466
2456
|
}
|
|
2467
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2468
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2457
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: DeprecatedMapMarkerClusterer, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2458
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.5", type: DeprecatedMapMarkerClusterer, isStandalone: true, selector: "deprecated-map-marker-clusterer", inputs: { ariaLabelFn: "ariaLabelFn", averageCenter: "averageCenter", batchSize: "batchSize", batchSizeIE: "batchSizeIE", calculator: "calculator", clusterClass: "clusterClass", enableRetinaIcons: "enableRetinaIcons", gridSize: "gridSize", ignoreHidden: "ignoreHidden", imageExtension: "imageExtension", imagePath: "imagePath", imageSizes: "imageSizes", maxZoom: "maxZoom", minimumClusterSize: "minimumClusterSize", styles: "styles", title: "title", zIndex: "zIndex", zoomOnClick: "zoomOnClick", options: "options" }, outputs: { clusteringbegin: "clusteringbegin", clusteringend: "clusteringend", clusterClick: "clusterClick", markerClustererInitialized: "markerClustererInitialized" }, queries: [{ propertyName: "_markers", predicate: MapMarker, descendants: true }], exportAs: ["mapMarkerClusterer"], usesOnChanges: true, ngImport: i0, template: '<ng-content/>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2469
2459
|
}
|
|
2470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: DeprecatedMapMarkerClusterer, decorators: [{
|
|
2471
2461
|
type: Component,
|
|
2472
2462
|
args: [{
|
|
2473
2463
|
selector: 'deprecated-map-marker-clusterer',
|
|
@@ -2527,7 +2517,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
2527
2517
|
type: Output
|
|
2528
2518
|
}] } });
|
|
2529
2519
|
|
|
2530
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
2531
2520
|
/**
|
|
2532
2521
|
* Angular component that renders a Google Maps Polygon via the Google Maps JavaScript API.
|
|
2533
2522
|
*
|
|
@@ -2704,10 +2693,10 @@ class MapPolygon {
|
|
|
2704
2693
|
}
|
|
2705
2694
|
}
|
|
2706
2695
|
}
|
|
2707
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2708
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2696
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapPolygon, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2697
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapPolygon, isStandalone: true, selector: "map-polygon", inputs: { options: "options", paths: "paths" }, outputs: { polygonClick: "polygonClick", polygonDblclick: "polygonDblclick", polygonDrag: "polygonDrag", polygonDragend: "polygonDragend", polygonDragstart: "polygonDragstart", polygonMousedown: "polygonMousedown", polygonMousemove: "polygonMousemove", polygonMouseout: "polygonMouseout", polygonMouseover: "polygonMouseover", polygonMouseup: "polygonMouseup", polygonRightclick: "polygonRightclick", polygonInitialized: "polygonInitialized" }, exportAs: ["mapPolygon"], ngImport: i0 });
|
|
2709
2698
|
}
|
|
2710
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapPolygon, decorators: [{
|
|
2711
2700
|
type: Directive,
|
|
2712
2701
|
args: [{
|
|
2713
2702
|
selector: 'map-polygon',
|
|
@@ -2743,7 +2732,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
2743
2732
|
type: Output
|
|
2744
2733
|
}] } });
|
|
2745
2734
|
|
|
2746
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
2747
2735
|
/**
|
|
2748
2736
|
* Angular component that renders a Google Maps Polyline via the Google Maps JavaScript API.
|
|
2749
2737
|
*
|
|
@@ -2913,10 +2901,10 @@ class MapPolyline {
|
|
|
2913
2901
|
}
|
|
2914
2902
|
}
|
|
2915
2903
|
}
|
|
2916
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2917
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2904
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapPolyline, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2905
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapPolyline, isStandalone: true, selector: "map-polyline", inputs: { options: "options", path: "path" }, outputs: { polylineClick: "polylineClick", polylineDblclick: "polylineDblclick", polylineDrag: "polylineDrag", polylineDragend: "polylineDragend", polylineDragstart: "polylineDragstart", polylineMousedown: "polylineMousedown", polylineMousemove: "polylineMousemove", polylineMouseout: "polylineMouseout", polylineMouseover: "polylineMouseover", polylineMouseup: "polylineMouseup", polylineRightclick: "polylineRightclick", polylineInitialized: "polylineInitialized" }, exportAs: ["mapPolyline"], ngImport: i0 });
|
|
2918
2906
|
}
|
|
2919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapPolyline, decorators: [{
|
|
2920
2908
|
type: Directive,
|
|
2921
2909
|
args: [{
|
|
2922
2910
|
selector: 'map-polyline',
|
|
@@ -2952,7 +2940,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
2952
2940
|
type: Output
|
|
2953
2941
|
}] } });
|
|
2954
2942
|
|
|
2955
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
2956
2943
|
/**
|
|
2957
2944
|
* Angular component that renders a Google Maps Rectangle via the Google Maps JavaScript API.
|
|
2958
2945
|
*
|
|
@@ -3140,10 +3127,10 @@ class MapRectangle {
|
|
|
3140
3127
|
}
|
|
3141
3128
|
}
|
|
3142
3129
|
}
|
|
3143
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3144
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3130
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapRectangle, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3131
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapRectangle, isStandalone: true, selector: "map-rectangle", inputs: { options: "options", bounds: "bounds" }, outputs: { boundsChanged: "boundsChanged", rectangleClick: "rectangleClick", rectangleDblclick: "rectangleDblclick", rectangleDrag: "rectangleDrag", rectangleDragend: "rectangleDragend", rectangleDragstart: "rectangleDragstart", rectangleMousedown: "rectangleMousedown", rectangleMousemove: "rectangleMousemove", rectangleMouseout: "rectangleMouseout", rectangleMouseover: "rectangleMouseover", rectangleMouseup: "rectangleMouseup", rectangleRightclick: "rectangleRightclick", rectangleInitialized: "rectangleInitialized" }, exportAs: ["mapRectangle"], ngImport: i0 });
|
|
3145
3132
|
}
|
|
3146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapRectangle, decorators: [{
|
|
3147
3134
|
type: Directive,
|
|
3148
3135
|
args: [{
|
|
3149
3136
|
selector: 'map-rectangle',
|
|
@@ -3181,7 +3168,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
3181
3168
|
type: Output
|
|
3182
3169
|
}] } });
|
|
3183
3170
|
|
|
3184
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3185
3171
|
/**
|
|
3186
3172
|
* Angular component that renders a Google Maps Traffic Layer via the Google Maps JavaScript API.
|
|
3187
3173
|
*
|
|
@@ -3259,10 +3245,10 @@ class MapTrafficLayer {
|
|
|
3259
3245
|
'Please wait for the Traffic Layer to load before trying to interact with it.');
|
|
3260
3246
|
}
|
|
3261
3247
|
}
|
|
3262
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3263
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3248
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapTrafficLayer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3249
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapTrafficLayer, isStandalone: true, selector: "map-traffic-layer", inputs: { autoRefresh: "autoRefresh" }, outputs: { trafficLayerInitialized: "trafficLayerInitialized" }, exportAs: ["mapTrafficLayer"], ngImport: i0 });
|
|
3264
3250
|
}
|
|
3265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapTrafficLayer, decorators: [{
|
|
3266
3252
|
type: Directive,
|
|
3267
3253
|
args: [{
|
|
3268
3254
|
selector: 'map-traffic-layer',
|
|
@@ -3274,7 +3260,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
3274
3260
|
type: Output
|
|
3275
3261
|
}] } });
|
|
3276
3262
|
|
|
3277
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3278
3263
|
/**
|
|
3279
3264
|
* Angular component that renders a Google Maps Transit Layer via the Google Maps JavaScript API.
|
|
3280
3265
|
*
|
|
@@ -3322,10 +3307,10 @@ class MapTransitLayer {
|
|
|
3322
3307
|
'Please wait for the Transit Layer to load before trying to interact with it.');
|
|
3323
3308
|
}
|
|
3324
3309
|
}
|
|
3325
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3326
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3310
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapTransitLayer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3311
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapTransitLayer, isStandalone: true, selector: "map-transit-layer", outputs: { transitLayerInitialized: "transitLayerInitialized" }, exportAs: ["mapTransitLayer"], ngImport: i0 });
|
|
3327
3312
|
}
|
|
3328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapTransitLayer, decorators: [{
|
|
3329
3314
|
type: Directive,
|
|
3330
3315
|
args: [{
|
|
3331
3316
|
selector: 'map-transit-layer',
|
|
@@ -3335,7 +3320,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
3335
3320
|
type: Output
|
|
3336
3321
|
}] } });
|
|
3337
3322
|
|
|
3338
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3339
3323
|
/**
|
|
3340
3324
|
* Angular directive that renders a Google Maps heatmap via the Google Maps JavaScript API.
|
|
3341
3325
|
*
|
|
@@ -3459,10 +3443,10 @@ class MapHeatmapLayer {
|
|
|
3459
3443
|
}
|
|
3460
3444
|
}
|
|
3461
3445
|
}
|
|
3462
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3463
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3446
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapHeatmapLayer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3447
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapHeatmapLayer, isStandalone: true, selector: "map-heatmap-layer", inputs: { data: "data", options: "options" }, outputs: { heatmapInitialized: "heatmapInitialized" }, exportAs: ["mapHeatmapLayer"], usesOnChanges: true, ngImport: i0 });
|
|
3464
3448
|
}
|
|
3465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapHeatmapLayer, decorators: [{
|
|
3466
3450
|
type: Directive,
|
|
3467
3451
|
args: [{
|
|
3468
3452
|
selector: 'map-heatmap-layer',
|
|
@@ -3480,7 +3464,6 @@ function isLatLngLiteral(value) {
|
|
|
3480
3464
|
return value && typeof value.lat === 'number' && typeof value.lng === 'number';
|
|
3481
3465
|
}
|
|
3482
3466
|
|
|
3483
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3484
3467
|
/**
|
|
3485
3468
|
* Default options for the Google Maps marker component. Displays a marker
|
|
3486
3469
|
* at the Googleplex.
|
|
@@ -3683,15 +3666,15 @@ class MapAdvancedMarker {
|
|
|
3683
3666
|
}
|
|
3684
3667
|
}
|
|
3685
3668
|
}
|
|
3686
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3687
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3669
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapAdvancedMarker, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3670
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapAdvancedMarker, isStandalone: true, selector: "map-advanced-marker", inputs: { title: "title", position: "position", content: "content", gmpDraggable: "gmpDraggable", options: "options", zIndex: "zIndex" }, outputs: { mapClick: "mapClick", mapDblclick: "mapDblclick", mapMouseout: "mapMouseout", mapMouseover: "mapMouseover", mapMouseup: "mapMouseup", mapRightclick: "mapRightclick", mapDrag: "mapDrag", mapDragend: "mapDragend", mapDragstart: "mapDragstart", markerInitialized: "markerInitialized" }, providers: [
|
|
3688
3671
|
{
|
|
3689
3672
|
provide: MAP_MARKER,
|
|
3690
3673
|
useExisting: MapAdvancedMarker,
|
|
3691
3674
|
},
|
|
3692
3675
|
], exportAs: ["mapAdvancedMarker"], usesOnChanges: true, ngImport: i0 });
|
|
3693
3676
|
}
|
|
3694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapAdvancedMarker, decorators: [{
|
|
3695
3678
|
type: Directive,
|
|
3696
3679
|
args: [{
|
|
3697
3680
|
selector: 'map-advanced-marker',
|
|
@@ -3737,7 +3720,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
3737
3720
|
type: Output
|
|
3738
3721
|
}] } });
|
|
3739
3722
|
|
|
3740
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3741
3723
|
/**
|
|
3742
3724
|
* Angular component for implementing a Google Maps Marker Clusterer.
|
|
3743
3725
|
*
|
|
@@ -3877,10 +3859,10 @@ class MapMarkerClusterer {
|
|
|
3877
3859
|
}
|
|
3878
3860
|
}
|
|
3879
3861
|
}
|
|
3880
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3881
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3862
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapMarkerClusterer, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3863
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MapMarkerClusterer, isStandalone: true, selector: "map-marker-clusterer", inputs: { renderer: "renderer", algorithm: "algorithm" }, outputs: { clusteringbegin: "clusteringbegin", clusteringend: "clusteringend", clusterClick: "clusterClick", markerClustererInitialized: "markerClustererInitialized" }, queries: [{ propertyName: "_markers", predicate: MAP_MARKER, descendants: true }], exportAs: ["mapMarkerClusterer"], usesOnChanges: true, ngImport: i0, template: '<ng-content/>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
3882
3864
|
}
|
|
3883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapMarkerClusterer, decorators: [{
|
|
3884
3866
|
type: Component,
|
|
3885
3867
|
args: [{
|
|
3886
3868
|
selector: 'map-marker-clusterer',
|
|
@@ -3927,8 +3909,8 @@ const COMPONENTS = [
|
|
|
3927
3909
|
MapMarkerClusterer,
|
|
3928
3910
|
];
|
|
3929
3911
|
class GoogleMapsModule {
|
|
3930
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3931
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
3912
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: GoogleMapsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3913
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5", ngImport: i0, type: GoogleMapsModule, imports: [GoogleMap,
|
|
3932
3914
|
MapBaseLayer,
|
|
3933
3915
|
MapBicyclingLayer,
|
|
3934
3916
|
MapCircle,
|
|
@@ -3963,9 +3945,9 @@ class GoogleMapsModule {
|
|
|
3963
3945
|
MapTrafficLayer,
|
|
3964
3946
|
MapTransitLayer,
|
|
3965
3947
|
MapMarkerClusterer] });
|
|
3966
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3948
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: GoogleMapsModule });
|
|
3967
3949
|
}
|
|
3968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: GoogleMapsModule, decorators: [{
|
|
3969
3951
|
type: NgModule,
|
|
3970
3952
|
args: [{
|
|
3971
3953
|
imports: COMPONENTS,
|
|
@@ -3973,7 +3955,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
3973
3955
|
}]
|
|
3974
3956
|
}] });
|
|
3975
3957
|
|
|
3976
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3977
3958
|
/**
|
|
3978
3959
|
* Angular service that wraps the Google Maps DirectionsService from the Google Maps JavaScript
|
|
3979
3960
|
* API.
|
|
@@ -4015,15 +3996,14 @@ class MapDirectionsService {
|
|
|
4015
3996
|
}
|
|
4016
3997
|
return Promise.resolve(this._directionsService);
|
|
4017
3998
|
}
|
|
4018
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4019
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3999
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapDirectionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4000
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapDirectionsService, providedIn: 'root' });
|
|
4020
4001
|
}
|
|
4021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapDirectionsService, decorators: [{
|
|
4022
4003
|
type: Injectable,
|
|
4023
4004
|
args: [{ providedIn: 'root' }]
|
|
4024
4005
|
}], ctorParameters: () => [] });
|
|
4025
4006
|
|
|
4026
|
-
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
4027
4007
|
/**
|
|
4028
4008
|
* Angular service that wraps the Google Maps Geocoder from the Google Maps JavaScript API.
|
|
4029
4009
|
* See developers.google.com/maps/documentation/javascript/reference/geocoder#Geocoder
|
|
@@ -4061,17 +4041,13 @@ class MapGeocoder {
|
|
|
4061
4041
|
}
|
|
4062
4042
|
return Promise.resolve(this._geocoder);
|
|
4063
4043
|
}
|
|
4064
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4065
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4044
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapGeocoder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4045
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapGeocoder, providedIn: 'root' });
|
|
4066
4046
|
}
|
|
4067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MapGeocoder, decorators: [{
|
|
4068
4048
|
type: Injectable,
|
|
4069
4049
|
args: [{ providedIn: 'root' }]
|
|
4070
4050
|
}], ctorParameters: () => [] });
|
|
4071
4051
|
|
|
4072
|
-
/**
|
|
4073
|
-
* Generated bundle index. Do not edit.
|
|
4074
|
-
*/
|
|
4075
|
-
|
|
4076
4052
|
export { DeprecatedMapMarkerClusterer, GoogleMap, GoogleMapsModule, MapAdvancedMarker, MapBaseLayer, MapBicyclingLayer, MapCircle, MapDirectionsRenderer, MapDirectionsService, MapEventManager, MapGeocoder, MapGroundOverlay, MapHeatmapLayer, MapInfoWindow, MapKmlLayer, MapMarker, MapMarkerClusterer, MapPolygon, MapPolyline, MapRectangle, MapTrafficLayer, MapTransitLayer };
|
|
4077
4053
|
//# sourceMappingURL=google-maps.mjs.map
|