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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -