File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14595,13 +14595,13 @@ google.maps.places.AutocompletionRequest.prototype.language;
14595
14595
14596
14596
/**
14597
14597
* 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}
14599
14599
*/
14600
14600
google.maps.places.AutocompletionRequest.prototype.locationBias;
14601
14601
14602
14602
/**
14603
14603
* Bounds to constrain search results.
14604
- * @type {google.maps.places.LocationRestriction|null|undefined}
14604
+ * @type {! google.maps.places.LocationRestriction|null|undefined}
14605
14605
*/
14606
14606
google.maps.places.AutocompletionRequest.prototype.locationRestriction;
14607
14607
Original file line number Diff line number Diff line change @@ -14595,13 +14595,13 @@ google.maps.places.AutocompletionRequest.prototype.language;
14595
14595
14596
14596
/**
14597
14597
* 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}
14599
14599
*/
14600
14600
google.maps.places.AutocompletionRequest.prototype.locationBias;
14601
14601
14602
14602
/**
14603
14603
* Bounds to constrain search results.
14604
- * @type {google.maps.places.LocationRestriction|null|undefined}
14604
+ * @type {! google.maps.places.LocationRestriction|null|undefined}
14605
14605
*/
14606
14606
google.maps.places.AutocompletionRequest.prototype.locationRestriction;
14607
14607
You can’t perform that action at this time.
0 commit comments