From 5cf81608b53bf82ed4b91e18bd9f67f1efd86288 Mon Sep 17 00:00:00 2001 From: Jacques Kang Date: Sun, 1 Nov 2015 15:53:58 +0100 Subject: [PATCH] Add GeocoderRequest.placeId Add GeocoderRequest.placeId ref: https://developers.google.com/maps/documentation/javascript/reference#GeocoderRequest --- googlemaps/google.maps.d.ts | 1 + 1 file changed, 1 insertion(+) 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; }