mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #5127 from EnableSoftware/google-maps-3.20
Fix definition of `google.maps.GeocoderRequest()`
This commit is contained in:
commit
07a5117fcb
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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user