Here is my code
<input class="form-control" placeholder="Pickup Location" places-auto-complete
(place_changed)="pickupChanged($event)" formControlName="pickup_location"
[types]="['geocode']" />
How do set options for the input type to restrict the value to a specific country(eg: uae)