I know the question has been asked frequently before ,but i am unable to get the solution from any answer or search results. I have to solve this issue ASAP .. I am trying t
It may be useful if you set the locale parameter when creating Geocoder:
yourGeocoder = new Geocoder(this, Locale.CANADA);
Please replace the second parameter with the best value.
I guess that the default locale value may be not corresponding the map region that you use.