Skip to content

Commit 6fc2d0f

Browse files
Closure Teamlauraharker
Closure Team
authored andcommitted
chore: sync changes for Maps JS API v3.59.7.
PiperOrigin-RevId: 721813910
1 parent 8ebdcf5 commit 6fc2d0f

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

contrib/externs/maps/google_maps_api_v3_59.js

+10-3
Original file line numberDiff line numberDiff line change
@@ -8292,9 +8292,10 @@ google.maps.PolyMouseEvent.prototype.vertex;
82928292
* polygon</a>, a <a
82938293
* href="https://developers.google.com/maps/documentation/javascript/examples/polygon-hole">polygon
82948294
* with a hole</a>, and more. Note that you can also use the <a
8295-
* href="#Data.Polygon">Data layer</a> to create a polygon. The Data layer
8296-
* offers a simpler way of creating holes because it handles the order of the
8297-
* inner and outer paths for you.
8295+
* href="https://developers.google.com/maps/documentation/javascript/reference/data#Data.Polygon">Data
8296+
* layer</a> to create a polygon. The Data layer offers a simpler way of
8297+
* creating holes because it handles the order of the inner and outer paths for
8298+
* you.
82988299
*
82998300
* Access by calling `const {Polygon} = await
83008301
* google.maps.importLibrary("maps")`. See
@@ -18919,6 +18920,12 @@ google.maps.places.PlaceAutocompleteElementOptions.prototype.locationBias;
1891918920
google.maps.places.PlaceAutocompleteElementOptions.prototype
1892018921
.locationRestriction;
1892118922

18923+
/**
18924+
* See {@link google.maps.places.PlaceAutocompleteElement.name}
18925+
* @type {string|null|undefined}
18926+
*/
18927+
google.maps.places.PlaceAutocompleteElementOptions.prototype.name;
18928+
1892218929
/**
1892318930
* See {@link google.maps.places.PlaceAutocompleteElement.requestedLanguage}
1892418931
* @type {string|null|undefined}

contrib/externs/maps/google_maps_api_v3_exp.js

+10-3
Original file line numberDiff line numberDiff line change
@@ -8292,9 +8292,10 @@ google.maps.PolyMouseEvent.prototype.vertex;
82928292
* polygon</a>, a <a
82938293
* href="https://developers.google.com/maps/documentation/javascript/examples/polygon-hole">polygon
82948294
* with a hole</a>, and more. Note that you can also use the <a
8295-
* href="#Data.Polygon">Data layer</a> to create a polygon. The Data layer
8296-
* offers a simpler way of creating holes because it handles the order of the
8297-
* inner and outer paths for you.
8295+
* href="https://developers.google.com/maps/documentation/javascript/reference/data#Data.Polygon">Data
8296+
* layer</a> to create a polygon. The Data layer offers a simpler way of
8297+
* creating holes because it handles the order of the inner and outer paths for
8298+
* you.
82988299
*
82998300
* Access by calling `const {Polygon} = await
83008301
* google.maps.importLibrary("maps")`. See
@@ -18919,6 +18920,12 @@ google.maps.places.PlaceAutocompleteElementOptions.prototype.locationBias;
1891918920
google.maps.places.PlaceAutocompleteElementOptions.prototype
1892018921
.locationRestriction;
1892118922

18923+
/**
18924+
* See {@link google.maps.places.PlaceAutocompleteElement.name}
18925+
* @type {string|null|undefined}
18926+
*/
18927+
google.maps.places.PlaceAutocompleteElementOptions.prototype.name;
18928+
1892218929
/**
1892318930
* See {@link google.maps.places.PlaceAutocompleteElement.requestedLanguage}
1892418931
* @type {string|null|undefined}

0 commit comments

Comments
 (0)