Skip to content

Commit

Permalink
Externs for Maps API v3.27.5.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141847149
  • Loading branch information
stephenfarrar authored and alexeykomov committed Feb 8, 2017
1 parent f5cc0b5 commit 850e9b1
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions contrib/externs/maps/google_maps_api_v3_27.js
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,11 @@ google.maps.DirectionsRequest.prototype.destination;
*/
google.maps.DirectionsRequest.prototype.drivingOptions;

/**
* @type {boolean|undefined}
*/
google.maps.DirectionsRequest.prototype.newForwardGeocoder;

/**
* @type {boolean|undefined}
*/
Expand Down Expand Up @@ -1494,6 +1499,11 @@ google.maps.DistanceMatrixRequest.prototype.destinations;
*/
google.maps.DistanceMatrixRequest.prototype.drivingOptions;

/**
* @type {boolean|undefined}
*/
google.maps.DistanceMatrixRequest.prototype.newForwardGeocoder;

/**
* @type {Array<(string|google.maps.LatLng|google.maps.Place)>}
*/
Expand Down Expand Up @@ -2046,6 +2056,11 @@ google.maps.GeocoderRequest.prototype.componentRestrictions;
*/
google.maps.GeocoderRequest.prototype.location;

/**
* @type {boolean}
*/
google.maps.GeocoderRequest.prototype.newForwardGeocoder;

/**
* @type {string}
*/
Expand Down Expand Up @@ -5978,6 +5993,16 @@ google.maps.places.AutocompleteOptions.prototype.bounds;
*/
google.maps.places.AutocompleteOptions.prototype.componentRestrictions;

/**
* @type {boolean|undefined}
*/
google.maps.places.AutocompleteOptions.prototype.placeIdOnly;

/**
* @type {boolean|undefined}
*/
google.maps.places.AutocompleteOptions.prototype.strictBounds;

/**
* @type {Array<string>|undefined}
*/
Expand Down
25 changes: 25 additions & 0 deletions contrib/externs/maps/google_maps_api_v3_exp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,11 @@ google.maps.DirectionsRequest.prototype.destination;
*/
google.maps.DirectionsRequest.prototype.drivingOptions;

/**
* @type {boolean|undefined}
*/
google.maps.DirectionsRequest.prototype.newForwardGeocoder;

/**
* @type {boolean|undefined}
*/
Expand Down Expand Up @@ -1494,6 +1499,11 @@ google.maps.DistanceMatrixRequest.prototype.destinations;
*/
google.maps.DistanceMatrixRequest.prototype.drivingOptions;

/**
* @type {boolean|undefined}
*/
google.maps.DistanceMatrixRequest.prototype.newForwardGeocoder;

/**
* @type {Array<(string|google.maps.LatLng|google.maps.Place)>}
*/
Expand Down Expand Up @@ -2046,6 +2056,11 @@ google.maps.GeocoderRequest.prototype.componentRestrictions;
*/
google.maps.GeocoderRequest.prototype.location;

/**
* @type {boolean}
*/
google.maps.GeocoderRequest.prototype.newForwardGeocoder;

/**
* @type {string}
*/
Expand Down Expand Up @@ -5978,6 +5993,16 @@ google.maps.places.AutocompleteOptions.prototype.bounds;
*/
google.maps.places.AutocompleteOptions.prototype.componentRestrictions;

/**
* @type {boolean|undefined}
*/
google.maps.places.AutocompleteOptions.prototype.placeIdOnly;

/**
* @type {boolean|undefined}
*/
google.maps.places.AutocompleteOptions.prototype.strictBounds;

/**
* @type {Array<string>|undefined}
*/
Expand Down

0 comments on commit 850e9b1

Please sign in to comment.