Is there any way to add an additional location to the Google autocomplete.
I need to search in my 'favorite locations' list and bring the location from that list to the top of the search results.
Pls find the code snippet that I have used for google autocomplete.
let autocomplete = new google.maps.places.Autocomplete(elementRef, {
componentRestrictions: { country: 'KW' }
});
I'm working on angular 4. Can anyone guid me ?
Thanks!