From 78fba6d9572215eaf68d1a4a0a24057fd9d0fa32 Mon Sep 17 00:00:00 2001 From: Jacques Kang Date: Thu, 5 Nov 2015 23:25:45 +0100 Subject: [PATCH] Add QueryAutocompletionRequest.offset Reference: https://developers.google.com/maps/documentation/javascript/reference#QueryAutocompletionRequest --- 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 2093f2fd9..b951a966a 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -1956,6 +1956,7 @@ declare module google.maps { bounds?: LatLngBounds; input?: string; location?: LatLng; + offset?: number; radius?: number; }