angular2-google-place-autocomplete icon indicating copy to clipboard operation
angular2-google-place-autocomplete copied to clipboard

Is there a way to restrict the country using the directive ?

Open lordpiti opened this issue 8 years ago • 2 comments

Is there a way to restrict the country using the directive ?

lordpiti avatar Feb 16 '17 10:02 lordpiti

Yes, you need to modify GoogleplaceDirective

var country = ''
 var options = {
        componentRestrictions: {"country": country}
    };

  this.autocomplete = new google.maps.places.Autocomplete(input, options );

Hatibovic avatar May 09 '17 13:05 Hatibovic

I will add and let release on my next version.

rajan-g avatar Nov 06 '17 18:11 rajan-g