Skip to content

Commit 6f82246

Browse files
Closure Teamcopybara-github
authored andcommitted
chore: sync changes for Maps JS API v3.54.2.
PiperOrigin-RevId: 560258068
1 parent 62019fd commit 6f82246

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/externs/maps/google_maps_api_v3_54.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14595,13 +14595,13 @@ google.maps.places.AutocompletionRequest.prototype.language;
1459514595

1459614596
/**
1459714597
* A soft boundary or hint to use when searching for places.
14598-
* @type {google.maps.places.LocationBias|null|undefined}
14598+
* @type {!google.maps.places.LocationBias|null|undefined}
1459914599
*/
1460014600
google.maps.places.AutocompletionRequest.prototype.locationBias;
1460114601

1460214602
/**
1460314603
* Bounds to constrain search results.
14604-
* @type {google.maps.places.LocationRestriction|null|undefined}
14604+
* @type {!google.maps.places.LocationRestriction|null|undefined}
1460514605
*/
1460614606
google.maps.places.AutocompletionRequest.prototype.locationRestriction;
1460714607

contrib/externs/maps/google_maps_api_v3_exp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14595,13 +14595,13 @@ google.maps.places.AutocompletionRequest.prototype.language;
1459514595

1459614596
/**
1459714597
* A soft boundary or hint to use when searching for places.
14598-
* @type {google.maps.places.LocationBias|null|undefined}
14598+
* @type {!google.maps.places.LocationBias|null|undefined}
1459914599
*/
1460014600
google.maps.places.AutocompletionRequest.prototype.locationBias;
1460114601

1460214602
/**
1460314603
* Bounds to constrain search results.
14604-
* @type {google.maps.places.LocationRestriction|null|undefined}
14604+
* @type {!google.maps.places.LocationRestriction|null|undefined}
1460514605
*/
1460614606
google.maps.places.AutocompletionRequest.prototype.locationRestriction;
1460714607

0 commit comments

Comments
 (0)