I am developping a website offering home delivrery in Belgium and in France.
In this website, there is a search input using the autocomplete addressform from Google (using Google Map API + Place library). I took the example: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform?hl=fr
It works very well but when I type the first letters into the input, it shows results (postal addresses) from USA, Canada, Spain, ect.
It does not make sense for this project. It should show only results from Belgium or France (or eventually, results from Belgium/France should be shown first).
I know there is an option to limit the results to a specific country but this is not the solution. I can not restrict the results to only 'France' or only 'Belgium'
What should I do ?
Thanks you a lot