diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 6849ea1d47..2093f2fd9c 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -822,6 +822,7 @@ declare module google.maps { bounds?: LatLngBounds; componentRestrictions?: GeocoderComponentRestrictions; location?: LatLng|LatLngLiteral; + placeId?: string; region?: string; }