Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666467143
  • Loading branch information
Closure Team authored and copybara-github committed Aug 22, 2024
1 parent 8b797b2 commit 9ad1146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/externs/maps/google_maps_api_v3_58.js
Original file line number Diff line number Diff line change
Expand Up @@ -9040,14 +9040,14 @@ google.maps.StreetViewCoverageLayer = function() {};

/**
* Returns the map on which this layer is displayed.
* @return {?google.maps.Map}
* @return {!google.maps.Map|null}
*/
google.maps.StreetViewCoverageLayer.prototype.getMap = function() {};

/**
* Renders the layer on the specified map. If the map is set to null, the layer
* will be removed.
* @param {?google.maps.Map} map
* @param {!google.maps.Map|null} map
* @return {undefined}
*/
google.maps.StreetViewCoverageLayer.prototype.setMap = function(map) {};
Expand Down

0 comments on commit 9ad1146

Please sign in to comment.