Skip to content

Commit f22c83f

Browse files
Closure Teamcopybara-github
Closure Team
authored andcommitted
chore: sync changes for Maps JS API v3.56.6.
PiperOrigin-RevId: 620060421
1 parent b7427f8 commit f22c83f

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

contrib/externs/maps/google_maps_api_v3_56.js

+4-9
Original file line numberDiff line numberDiff line change
@@ -16324,17 +16324,12 @@ google.maps.places.PlaceAspectRating.prototype.type;
1632416324
/**
1632516325
* Available only in the v=beta channel: https://goo.gle/3oAthT3.
1632616326
*
16327-
* <ul>
16328-
<li>PlaceAutocompleteElement is an <code>HTMLElement</code> subclass which
16329-
provides a UI component for the Places Autocomplete API. After loading the
16330-
<code>places</code> library, an input with autocomplete functionality can be
16331-
created in HTML. For example: <pre><code>&lt;gmp-placeautocomplete
16332-
&gt;&lt;/gmp-placeautocomplete&gt;</code></pre></li>
16333-
</ul>
16327+
* PlaceAutocompleteElement is an <code>HTMLElement</code> subclass which
16328+
* provides a UI component for the Places Autocomplete API.
1633416329
*
1633516330
* Access by calling `const {PlaceAutocompleteElement} = await
16336-
google.maps.importLibrary("places")`. See
16337-
https://developers.google.com/maps/documentation/javascript/libraries.
16331+
* google.maps.importLibrary("places")`. See
16332+
* https://developers.google.com/maps/documentation/javascript/libraries.
1633816333
* @param {!google.maps.places.PlaceAutocompleteElementOptions} options
1633916334
* @implements {google.maps.places.PlaceAutocompleteElementOptions}
1634016335
* @extends {HTMLElement}

contrib/externs/maps/google_maps_api_v3_exp.js

+4-9
Original file line numberDiff line numberDiff line change
@@ -16324,17 +16324,12 @@ google.maps.places.PlaceAspectRating.prototype.type;
1632416324
/**
1632516325
* Available only in the v=beta channel: https://goo.gle/3oAthT3.
1632616326
*
16327-
* <ul>
16328-
<li>PlaceAutocompleteElement is an <code>HTMLElement</code> subclass which
16329-
provides a UI component for the Places Autocomplete API. After loading the
16330-
<code>places</code> library, an input with autocomplete functionality can be
16331-
created in HTML. For example: <pre><code>&lt;gmp-placeautocomplete
16332-
&gt;&lt;/gmp-placeautocomplete&gt;</code></pre></li>
16333-
</ul>
16327+
* PlaceAutocompleteElement is an <code>HTMLElement</code> subclass which
16328+
* provides a UI component for the Places Autocomplete API.
1633416329
*
1633516330
* Access by calling `const {PlaceAutocompleteElement} = await
16336-
google.maps.importLibrary("places")`. See
16337-
https://developers.google.com/maps/documentation/javascript/libraries.
16331+
* google.maps.importLibrary("places")`. See
16332+
* https://developers.google.com/maps/documentation/javascript/libraries.
1633816333
* @param {!google.maps.places.PlaceAutocompleteElementOptions} options
1633916334
* @implements {google.maps.places.PlaceAutocompleteElementOptions}
1634016335
* @extends {HTMLElement}

0 commit comments

Comments
 (0)