diff --git a/goldens/google-maps/index.api.md b/goldens/google-maps/index.api.md index dbc87214d31e..a3fbc083cb41 100644 --- a/goldens/google-maps/index.api.md +++ b/goldens/google-maps/index.api.md @@ -305,8 +305,8 @@ export class GoogleMapsModule { static ɵmod: i0.ɵɵNgModuleDeclaration; } -// @public -export type HeatmapData = google.maps.MVCArray | (google.maps.LatLng | google.maps.visualization.WeightedLocation | google.maps.LatLngLiteral)[]; +// @public @deprecated +export type HeatmapData = any; // @public export class MapAdvancedMarker implements OnInit, OnChanges, OnDestroy, MapAnchorPoint, MarkerDirective { @@ -532,19 +532,14 @@ export class MapGroundOverlay implements OnInit, OnDestroy { static ɵfac: i0.ɵɵFactoryDeclaration; } -// @public -export class MapHeatmapLayer implements OnInit, OnChanges, OnDestroy { +// @public @deprecated +export class MapHeatmapLayer { + constructor(); set data(data: HeatmapData); getData(): HeatmapData; - heatmap?: google.maps.visualization.HeatmapLayer; - readonly heatmapInitialized: EventEmitter; - // (undocumented) - ngOnChanges(changes: SimpleChanges): void; - // (undocumented) - ngOnDestroy(): void; - // (undocumented) - ngOnInit(): void; - set options(options: Partial); + heatmap?: any; + readonly heatmapInitialized: EventEmitter; + set options(options: any); // (undocumented) static ɵdir: i0.ɵɵDirectiveDeclaration; // (undocumented) diff --git a/src/dev-app/google-map/google-map-demo.html b/src/dev-app/google-map/google-map-demo.html index 9d4b75dd5a20..b65b0d96ea41 100644 --- a/src/dev-app/google-map/google-map-demo.html +++ b/src/dev-app/google-map/google-map-demo.html @@ -72,11 +72,6 @@ @if (directionsResult) { } - @if (isHeatmapDisplayed) { - - }

{{display?.lat}}

@@ -206,13 +201,6 @@ -
- -
-