diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index ed7908df7a..8d48758a3c 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -820,7 +820,7 @@ declare module google.maps { export interface GeocoderRequest { address?: string; bounds?: LatLngBounds; - componentRestrictions: GeocoderComponentRestrictions; + componentRestrictions?: GeocoderComponentRestrictions; location?: LatLng|LatLngLiteral; region?: string; }