| | |
| | | break; |
| | | } |
| | | } |
| | | |
| | | ; |
| | | Toast.makeText(_mActivity, "线路采集", Toast.LENGTH_SHORT).show(); |
| | | ExamPlatformData.getInstance().setTrainingMode(ExamPlatformData.ROUTE_MODE); |
| | | exam_type = 5; |
| | | sendExamJson(1,exam_type); |
| | | examStatusViewModel.updateStartExam(exam_type); |
| | | items.setVisibility(View.GONE); |
| | | items_score.setVisibility(View.GONE); |
| | |
| | | |
| | | case R.id.view_map: |
| | | |
| | | // String url = getArcGisUrl(ExamPlatformData.getInstance().getExamType()); |
| | | // Log.i(TAG,"map head lulao gps url="+url); |
| | | // startArcGisMapFragment(url); |
| | | // StatusDialog.with(_mActivity).setCancelable(true).setPrompt("加载中,请稍后...").setType(StatusDialog.Type.PROGRESS).show(); |
| | | String url = getArcGisUrl(ExamPlatformData.getInstance().getExamType()); |
| | | Log.i(TAG,"map head lulao gps url="+url); |
| | | startArcGisMapFragment(url); |
| | | |
| | | |
| | | break; |
| | |
| | | |
| | | examStatusViewModel.updateStartExam(exam_type); |
| | | ExamPlatformData.getInstance().getTTS().speak("开始训练"); |
| | | sendMessage(); |
| | | } |
| | | |
| | | private void sendMessage() { |