Skip to content

Commit

Permalink
chore: sync changes for Maps JS API v3.54.3.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 562002337
  • Loading branch information
Closure Team authored and copybara-github committed Sep 1, 2023
1 parent 5cf9605 commit 46f2882
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion contrib/externs/maps/google_maps_api_v3_54.js
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,12 @@ google.maps.DirectionsResult.prototype.available_travel_modes;
*/
google.maps.DirectionsResult.prototype.geocoded_waypoints;

/**
* The DirectionsRequest that yielded this result.
* @type {!google.maps.DirectionsRequest}
*/
google.maps.DirectionsResult.prototype.request;

/**
* An array of <code>DirectionsRoute</code>s, each of which contains information
* about the legs and steps of which it is composed. There will only be one
Expand Down Expand Up @@ -14722,7 +14728,7 @@ google.maps.places.ComponentRestrictions = function() {};
* code, case insensitive). For example, <code>'us'</code>, <code>'br'</code>,
* or <code>'au'</code>. You can provide a single one, or an array of up to five
* country code strings.
* @type {string|Array<string>|null}
* @type {string|!Array<string>|null}
*/
google.maps.places.ComponentRestrictions.prototype.country;

Expand Down
8 changes: 7 additions & 1 deletion contrib/externs/maps/google_maps_api_v3_exp.js
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,12 @@ google.maps.DirectionsResult.prototype.available_travel_modes;
*/
google.maps.DirectionsResult.prototype.geocoded_waypoints;

/**
* The DirectionsRequest that yielded this result.
* @type {!google.maps.DirectionsRequest}
*/
google.maps.DirectionsResult.prototype.request;

/**
* An array of <code>DirectionsRoute</code>s, each of which contains information
* about the legs and steps of which it is composed. There will only be one
Expand Down Expand Up @@ -14722,7 +14728,7 @@ google.maps.places.ComponentRestrictions = function() {};
* code, case insensitive). For example, <code>'us'</code>, <code>'br'</code>,
* or <code>'au'</code>. You can provide a single one, or an array of up to five
* country code strings.
* @type {string|Array<string>|null}
* @type {string|!Array<string>|null}
*/
google.maps.places.ComponentRestrictions.prototype.country;

Expand Down

0 comments on commit 46f2882

Please sign in to comment.