Skip to content

Commit

Permalink
chore: sync changes for Maps JS API v3.58.5a.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676510411
  • Loading branch information
Closure Team authored and copybara-github committed Sep 19, 2024
1 parent 585807c commit 5d39250
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions contrib/externs/maps/google_maps_api_v3_58.js
Original file line number Diff line number Diff line change
Expand Up @@ -11118,13 +11118,13 @@ google.maps.drawing.OverlayCompleteEvent = function() {};

/**
* The completed overlay.
* @type {google.maps.Marker|google.maps.Polygon|google.maps.Polyline|google.maps.Rectangle|google.maps.Circle}
* @type {!google.maps.Marker|!google.maps.Polygon|!google.maps.Polyline|!google.maps.Rectangle|!google.maps.Circle}
*/
google.maps.drawing.OverlayCompleteEvent.prototype.overlay;

/**
* The completed overlay's type.
* @type {google.maps.drawing.OverlayType}
* @type {!google.maps.drawing.OverlayType}
*/
google.maps.drawing.OverlayCompleteEvent.prototype.type;

Expand Down Expand Up @@ -16394,13 +16394,13 @@ google.maps.places.AddressComponent = function() {};

/**
* The full text of the address component.
* @type {?string}
* @type {string|null}
*/
google.maps.places.AddressComponent.prototype.longText;

/**
* The abbreviated, short text of the given address component.
* @type {?string}
* @type {string|null}
*/
google.maps.places.AddressComponent.prototype.shortText;

Expand Down Expand Up @@ -19493,32 +19493,32 @@ google.maps.places.Review = function() {};

/**
* The reviewer.
* @type {?google.maps.places.AuthorAttribution}
* @type {!google.maps.places.AuthorAttribution|null}
*/
google.maps.places.Review.prototype.authorAttribution;

/**
* @type {?Date}
* @type {!Date|null}
*/
google.maps.places.Review.prototype.publishTime;

/**
* The rating of this review, a number between 1.0 and 5.0 (inclusive).
* @type {?number}
* @type {number|null}
*/
google.maps.places.Review.prototype.rating;

/**
* A string of formatted recent time, expressing the review time relative to the
* current time in a form appropriate for the language and country. For example
* `"a month ago"'.
* @type {?string}
* @type {string|null}
*/
google.maps.places.Review.prototype.relativePublishTimeDescription;

/**
* The text of a review.
* @type {?string}
* @type {string|null}
*/
google.maps.places.Review.prototype.text;

Expand All @@ -19528,7 +19528,7 @@ google.maps.places.Review.prototype.text;
* secondary tag indicating country or region. For example, all the English
* reviews are tagged as <code>'en'</code> rather than &#39;en-AU&#39; or
* &#39;en-UK&#39;.
* @type {?string}
* @type {string|null}
*/
google.maps.places.Review.prototype.textLanguageCode;

Expand Down
20 changes: 10 additions & 10 deletions contrib/externs/maps/google_maps_api_v3_exp.js
Original file line number Diff line number Diff line change
Expand Up @@ -11118,13 +11118,13 @@ google.maps.drawing.OverlayCompleteEvent = function() {};

/**
* The completed overlay.
* @type {google.maps.Marker|google.maps.Polygon|google.maps.Polyline|google.maps.Rectangle|google.maps.Circle}
* @type {!google.maps.Marker|!google.maps.Polygon|!google.maps.Polyline|!google.maps.Rectangle|!google.maps.Circle}
*/
google.maps.drawing.OverlayCompleteEvent.prototype.overlay;

/**
* The completed overlay&#39;s type.
* @type {google.maps.drawing.OverlayType}
* @type {!google.maps.drawing.OverlayType}
*/
google.maps.drawing.OverlayCompleteEvent.prototype.type;

Expand Down Expand Up @@ -16394,13 +16394,13 @@ google.maps.places.AddressComponent = function() {};

/**
* The full text of the address component.
* @type {?string}
* @type {string|null}
*/
google.maps.places.AddressComponent.prototype.longText;

/**
* The abbreviated, short text of the given address component.
* @type {?string}
* @type {string|null}
*/
google.maps.places.AddressComponent.prototype.shortText;

Expand Down Expand Up @@ -19493,32 +19493,32 @@ google.maps.places.Review = function() {};

/**
* The reviewer.
* @type {?google.maps.places.AuthorAttribution}
* @type {!google.maps.places.AuthorAttribution|null}
*/
google.maps.places.Review.prototype.authorAttribution;

/**
* @type {?Date}
* @type {!Date|null}
*/
google.maps.places.Review.prototype.publishTime;

/**
* The rating of this review, a number between 1.0 and 5.0 (inclusive).
* @type {?number}
* @type {number|null}
*/
google.maps.places.Review.prototype.rating;

/**
* A string of formatted recent time, expressing the review time relative to the
* current time in a form appropriate for the language and country. For example
* `&quot;a month ago&quot;&#39;.
* @type {?string}
* @type {string|null}
*/
google.maps.places.Review.prototype.relativePublishTimeDescription;

/**
* The text of a review.
* @type {?string}
* @type {string|null}
*/
google.maps.places.Review.prototype.text;

Expand All @@ -19528,7 +19528,7 @@ google.maps.places.Review.prototype.text;
* secondary tag indicating country or region. For example, all the English
* reviews are tagged as <code>'en'</code> rather than &#39;en-AU&#39; or
* &#39;en-UK&#39;.
* @type {?string}
* @type {string|null}
*/
google.maps.places.Review.prototype.textLanguageCode;

Expand Down

0 comments on commit 5d39250

Please sign in to comment.