Fix definition of google.maps.GeocoderRequest()

Fixes #4364.
This commit is contained in:
Chris Wrench
2015-07-29 15:49:16 +01:00
parent a4623dbd70
commit eea06e6fe9

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;
}