android - Google place picker localization -


im using google place picker inside of app , if phone in language different english different responce naming of place pick. example if pick country macedonia , phone in english place selected macedonia (fyrom) if phone example in slovenian selected country makedonija (njrm). there way places picked on english? google place picker support that?

hi

autocompletefilter google code:

autocompletefilter typefilter = new autocompletefilter.builder()     .setcountry("au")     .build(); autocompletefragment.setfilter(typefilter); 

Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -