diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 9fed2e393f..6849ea1d47 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; }