mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
googlemaps: possibility to use an array for the property country in GeocoderComponentRestrictions class (#18212)
* added cordova-plugin-native-keyboard * updated to conform linting checks * onSubmit callback is now optional * added possibility to use an array for the property country in GeocoderComponentRestrictions
This commit is contained in:
2
types/googlemaps/index.d.ts
vendored
2
types/googlemaps/index.d.ts
vendored
@@ -1163,7 +1163,7 @@ declare namespace google.maps {
|
||||
|
||||
export interface GeocoderComponentRestrictions {
|
||||
administrativeArea?: string;
|
||||
country?: string;
|
||||
country?: string | string[];
|
||||
locality?: string;
|
||||
postalCode?: string;
|
||||
route?: string;
|
||||
|
||||
Reference in New Issue
Block a user