mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge pull request #5127 from EnableSoftware/google-maps-3.20
Fix definition of `google.maps.GeocoderRequest()`
This commit is contained in:
2
googlemaps/google.maps.d.ts
vendored
2
googlemaps/google.maps.d.ts
vendored
@@ -820,7 +820,7 @@ declare module google.maps {
|
||||
export interface GeocoderRequest {
|
||||
address?: string;
|
||||
bounds?: LatLngBounds;
|
||||
componentRestrictions: GeocoderComponentRestrictions;
|
||||
componentRestrictions?: GeocoderComponentRestrictions;
|
||||
location?: LatLng|LatLngLiteral;
|
||||
region?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user