File tree 2 files changed +8
-18
lines changed
2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -16324,17 +16324,12 @@ google.maps.places.PlaceAspectRating.prototype.type;
16324
16324
/**
16325
16325
* Available only in the v=beta channel: https://goo.gle/3oAthT3.
16326
16326
*
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><gmp-placeautocomplete
16332
- ></gmp-placeautocomplete></code></pre></li>
16333
- </ul>
16327
+ * PlaceAutocompleteElement is an <code>HTMLElement</code> subclass which
16328
+ * provides a UI component for the Places Autocomplete API.
16334
16329
*
16335
16330
* 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.
16338
16333
* @param {!google.maps.places.PlaceAutocompleteElementOptions} options
16339
16334
* @implements {google.maps.places.PlaceAutocompleteElementOptions}
16340
16335
* @extends {HTMLElement}
Original file line number Diff line number Diff line change @@ -16324,17 +16324,12 @@ google.maps.places.PlaceAspectRating.prototype.type;
16324
16324
/**
16325
16325
* Available only in the v=beta channel: https://goo.gle/3oAthT3.
16326
16326
*
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><gmp-placeautocomplete
16332
- ></gmp-placeautocomplete></code></pre></li>
16333
- </ul>
16327
+ * PlaceAutocompleteElement is an <code>HTMLElement</code> subclass which
16328
+ * provides a UI component for the Places Autocomplete API.
16334
16329
*
16335
16330
* 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.
16338
16333
* @param {!google.maps.places.PlaceAutocompleteElementOptions} options
16339
16334
* @implements {google.maps.places.PlaceAutocompleteElementOptions}
16340
16335
* @extends {HTMLElement}
You can’t perform that action at this time.
0 commit comments