mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add QueryAutocompletionRequest.offset
Reference: https://developers.google.com/maps/documentation/javascript/reference#QueryAutocompletionRequest
This commit is contained in:
Vendored
+1
@@ -1956,6 +1956,7 @@ declare module google.maps {
|
||||
bounds?: LatLngBounds;
|
||||
input?: string;
|
||||
location?: LatLng;
|
||||
offset?: number;
|
||||
radius?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user