Merge pull request #5127 from EnableSoftware/google-maps-3.20

Fix definition of `google.maps.GeocoderRequest()`
This commit is contained in:
Masahiro Wakame 2015-08-03 01:18:07 +09:00
commit 07a5117fcb

View File

@ -820,7 +820,7 @@ declare module google.maps {
export interface GeocoderRequest {
address?: string;
bounds?: LatLngBounds;
componentRestrictions: GeocoderComponentRestrictions;
componentRestrictions?: GeocoderComponentRestrictions;
location?: LatLng|LatLngLiteral;
region?: string;
}