Location 1 [안드로이드] 현재 위치(좌표) 구하기 | 버그리포트 버그 사항 : 현재 위치가 찾아지지 않은 상태에서 내위치 정보 요청 -> Nullpointnullpointerexception 발생 수정 : 내 위치를 찾을때까지 위치 요청 반복 + GPS외에 Network로 좌표요청 추가 + 위치 변경 기준 10m& 1초 //현재 위치를 찾을때까지 0.5초마다 요청 final Handler my_location_handler=new Handler(); final LocationManager lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE); final TextView start_place_2=findViewById(R.id.start_place_2); TextView finish_place_2=find.. 2019. 10. 10. 이전 1 다음