Skip to content

Commit

Permalink
chore: sync changes for Maps JS API v3.59.7.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721813910
  • Loading branch information
Closure Team authored and lauraharker committed Jan 31, 2025
1 parent 8ebdcf5 commit 6fc2d0f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
13 changes: 10 additions & 3 deletions contrib/externs/maps/google_maps_api_v3_59.js
Original file line number Diff line number Diff line change
Expand Up @@ -8292,9 +8292,10 @@ google.maps.PolyMouseEvent.prototype.vertex;
* polygon</a>, a <a
* href="https://developers.google.com/maps/documentation/javascript/examples/polygon-hole">polygon
* with a hole</a>, and more. Note that you can also use the <a
* href="#Data.Polygon">Data layer</a> to create a polygon. The Data layer
* offers a simpler way of creating holes because it handles the order of the
* inner and outer paths for you.
* href="https://developers.google.com/maps/documentation/javascript/reference/data#Data.Polygon">Data
* layer</a> to create a polygon. The Data layer offers a simpler way of
* creating holes because it handles the order of the inner and outer paths for
* you.
*
* Access by calling `const {Polygon} = await
* google.maps.importLibrary("maps")`. See
Expand Down Expand Up @@ -18919,6 +18920,12 @@ google.maps.places.PlaceAutocompleteElementOptions.prototype.locationBias;
google.maps.places.PlaceAutocompleteElementOptions.prototype
.locationRestriction;

/**
* See {@link google.maps.places.PlaceAutocompleteElement.name}
* @type {string|null|undefined}
*/
google.maps.places.PlaceAutocompleteElementOptions.prototype.name;

/**
* See {@link google.maps.places.PlaceAutocompleteElement.requestedLanguage}
* @type {string|null|undefined}
Expand Down
13 changes: 10 additions & 3 deletions contrib/externs/maps/google_maps_api_v3_exp.js
Original file line number Diff line number Diff line change
Expand Up @@ -8292,9 +8292,10 @@ google.maps.PolyMouseEvent.prototype.vertex;
* polygon</a>, a <a
* href="https://developers.google.com/maps/documentation/javascript/examples/polygon-hole">polygon
* with a hole</a>, and more. Note that you can also use the <a
* href="#Data.Polygon">Data layer</a> to create a polygon. The Data layer
* offers a simpler way of creating holes because it handles the order of the
* inner and outer paths for you.
* href="https://developers.google.com/maps/documentation/javascript/reference/data#Data.Polygon">Data
* layer</a> to create a polygon. The Data layer offers a simpler way of
* creating holes because it handles the order of the inner and outer paths for
* you.
*
* Access by calling `const {Polygon} = await
* google.maps.importLibrary("maps")`. See
Expand Down Expand Up @@ -18919,6 +18920,12 @@ google.maps.places.PlaceAutocompleteElementOptions.prototype.locationBias;
google.maps.places.PlaceAutocompleteElementOptions.prototype
.locationRestriction;

/**
* See {@link google.maps.places.PlaceAutocompleteElement.name}
* @type {string|null|undefined}
*/
google.maps.places.PlaceAutocompleteElementOptions.prototype.name;

/**
* See {@link google.maps.places.PlaceAutocompleteElement.requestedLanguage}
* @type {string|null|undefined}
Expand Down

0 comments on commit 6fc2d0f

Please sign in to comment.