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:
lobo87
2017-07-24 19:10:04 +02:00
committed by Andy
parent eb11dbc386
commit 869871c069

View File

@@ -1163,7 +1163,7 @@ declare namespace google.maps {
export interface GeocoderComponentRestrictions {
administrativeArea?: string;
country?: string;
country?: string | string[];
locality?: string;
postalCode?: string;
route?: string;