Hello, i have a quick question.
How can i limit autocomplete results just to Australia?
i have tried to add a region: au to geocode parameter but that does not seem to work
geocoder.geocode({ address: query, region: 'au' }
Could you please point me to right direction?
Thanks a lot.
Hello, i have a quick question. How can i limit autocomplete results just to Australia? i have tried to add a
region: au
to geocode parameter but that does not seem to workCould you please point me to right direction? Thanks a lot.