지오코딩하면.

 Geocoder mGeo=new Geocoder(this,Locale.KOREA);
     String streetAddress="statue of liberty";
     List<Address> locations=null;
     
     
     try{
      locations=mGeo.getFromLocationName(streetAddress,1);


주소값을 가져와야 되는데.

에러메시지를 내네요.

"service not available" 이라는 메시지 입니다.

아래 몇분도 이와 비슷한 현상이 있는거 같은데.

왜 그러는지 아시는분.

도움부탁드리겠습니다.