etodanik / ion-google-place

Ionic directive for a location dropdown that utilizes google maps
MIT License
251 stars 201 forks source link

Restrict results only to Australia #27

Closed okonon closed 9 years ago

okonon commented 9 years ago

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.

okonon commented 9 years ago

got it thanks