Skip to content

Commit 46f2882

Browse files
Closure Teamcopybara-github
authored andcommitted
chore: sync changes for Maps JS API v3.54.3.
PiperOrigin-RevId: 562002337
1 parent 5cf9605 commit 46f2882

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

contrib/externs/maps/google_maps_api_v3_54.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,6 +2123,12 @@ google.maps.DirectionsResult.prototype.available_travel_modes;
21232123
*/
21242124
google.maps.DirectionsResult.prototype.geocoded_waypoints;
21252125

2126+
/**
2127+
* The DirectionsRequest that yielded this result.
2128+
* @type {!google.maps.DirectionsRequest}
2129+
*/
2130+
google.maps.DirectionsResult.prototype.request;
2131+
21262132
/**
21272133
* An array of <code>DirectionsRoute</code>s, each of which contains information
21282134
* about the legs and steps of which it is composed. There will only be one
@@ -14722,7 +14728,7 @@ google.maps.places.ComponentRestrictions = function() {};
1472214728
* code, case insensitive). For example, <code>'us'</code>, <code>'br'</code>,
1472314729
* or <code>'au'</code>. You can provide a single one, or an array of up to five
1472414730
* country code strings.
14725-
* @type {string|Array<string>|null}
14731+
* @type {string|!Array<string>|null}
1472614732
*/
1472714733
google.maps.places.ComponentRestrictions.prototype.country;
1472814734

contrib/externs/maps/google_maps_api_v3_exp.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,6 +2123,12 @@ google.maps.DirectionsResult.prototype.available_travel_modes;
21232123
*/
21242124
google.maps.DirectionsResult.prototype.geocoded_waypoints;
21252125

2126+
/**
2127+
* The DirectionsRequest that yielded this result.
2128+
* @type {!google.maps.DirectionsRequest}
2129+
*/
2130+
google.maps.DirectionsResult.prototype.request;
2131+
21262132
/**
21272133
* An array of <code>DirectionsRoute</code>s, each of which contains information
21282134
* about the legs and steps of which it is composed. There will only be one
@@ -14722,7 +14728,7 @@ google.maps.places.ComponentRestrictions = function() {};
1472214728
* code, case insensitive). For example, <code>'us'</code>, <code>'br'</code>,
1472314729
* or <code>'au'</code>. You can provide a single one, or an array of up to five
1472414730
* country code strings.
14725-
* @type {string|Array<string>|null}
14731+
* @type {string|!Array<string>|null}
1472614732
*/
1472714733
google.maps.places.ComponentRestrictions.prototype.country;
1472814734

0 commit comments

Comments
 (0)