Commit 6fc2d0f 1 parent 8ebdcf5 commit 6fc2d0f Copy full SHA for 6fc2d0f
File tree 2 files changed +20
-6
lines changed
2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -8292,9 +8292,10 @@ google.maps.PolyMouseEvent.prototype.vertex;
8292
8292
* polygon</a>, a <a
8293
8293
* href="https://developers.google.com/maps/documentation/javascript/examples/polygon-hole">polygon
8294
8294
* 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.
8298
8299
*
8299
8300
* Access by calling `const {Polygon} = await
8300
8301
* google.maps.importLibrary("maps")`. See
@@ -18919,6 +18920,12 @@ google.maps.places.PlaceAutocompleteElementOptions.prototype.locationBias;
18919
18920
google.maps.places.PlaceAutocompleteElementOptions.prototype
18920
18921
.locationRestriction;
18921
18922
18923
+ /**
18924
+ * See {@link google.maps.places.PlaceAutocompleteElement.name}
18925
+ * @type {string|null|undefined}
18926
+ */
18927
+ google.maps.places.PlaceAutocompleteElementOptions.prototype.name;
18928
+
18922
18929
/**
18923
18930
* See {@link google.maps.places.PlaceAutocompleteElement.requestedLanguage}
18924
18931
* @type {string|null|undefined}
Original file line number Diff line number Diff line change @@ -8292,9 +8292,10 @@ google.maps.PolyMouseEvent.prototype.vertex;
8292
8292
* polygon</a>, a <a
8293
8293
* href="https://developers.google.com/maps/documentation/javascript/examples/polygon-hole">polygon
8294
8294
* 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.
8298
8299
*
8299
8300
* Access by calling `const {Polygon} = await
8300
8301
* google.maps.importLibrary("maps")`. See
@@ -18919,6 +18920,12 @@ google.maps.places.PlaceAutocompleteElementOptions.prototype.locationBias;
18919
18920
google.maps.places.PlaceAutocompleteElementOptions.prototype
18920
18921
.locationRestriction;
18921
18922
18923
+ /**
18924
+ * See {@link google.maps.places.PlaceAutocompleteElement.name}
18925
+ * @type {string|null|undefined}
18926
+ */
18927
+ google.maps.places.PlaceAutocompleteElementOptions.prototype.name;
18928
+
18922
18929
/**
18923
18930
* See {@link google.maps.places.PlaceAutocompleteElement.requestedLanguage}
18924
18931
* @type {string|null|undefined}
You can’t perform that action at this time.
0 commit comments