java.io.IOException: Unable to parse response from server at getFromLocationName()

后端 未结 7 688
醉酒成梦
醉酒成梦 2021-01-12 20:41

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

7条回答
  •  无人共我
    2021-01-12 21:31

    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.

提交回复
热议问题