diff --git a/tools/public_api_guard/google-maps/google-maps.d.ts b/tools/public_api_guard/google-maps/google-maps.d.ts index 34e34f1ce98f..cb14ffdcf612 100644 --- a/tools/public_api_guard/google-maps/google-maps.d.ts +++ b/tools/public_api_guard/google-maps/google-maps.d.ts @@ -61,7 +61,7 @@ export declare class MapInfoWindow implements OnInit, OnDestroy { position: google.maps.LatLngLiteral | google.maps.LatLng; positionChanged: EventEmitter; zindexChanged: EventEmitter; - constructor(googleMap: GoogleMap, _elementRef: ElementRef); + constructor(_googleMap: GoogleMap, _elementRef: ElementRef); close(): void; getContent(): string | Node; getPosition(): google.maps.LatLng | null; @@ -101,7 +101,7 @@ export declare class MapMarker implements OnInit, OnDestroy { titleChanged: EventEmitter; visibleChanged: EventEmitter; zindexChanged: EventEmitter; - constructor(googleMap: GoogleMap); + constructor(_googleMap: GoogleMap); getAnimation(): google.maps.Animation | null; getClickable(): boolean; getCursor(): string | null;