| | |
| | | import safeluck.drive.evaluation.DB.route.RouteCross; |
| | | import safeluck.drive.evaluation.DB.route.RouteLineViewModel; |
| | | import safeluck.drive.evaluation.DB.route.RouteTriggerLine; |
| | | import safeluck.drive.evaluation.DB.rtktb.RTKConfigUpdateWorker; |
| | | import safeluck.drive.evaluation.MainActivity; |
| | | import safeluck.drive.evaluation.R; |
| | | import safeluck.drive.evaluation.adapter.ScoreAdapter; |
| | |
| | | |
| | | private String getArcGisUrl(int examType) { |
| | | MapInfoHead mapInfoHead; |
| | | HashMap<BaseDataUIBean.TYPE_, MapInfoHead> mapInfoHeads = ExamPlatformData.getInstance().getMapInfoHeads(); |
| | | if (mapInfoHeads == null){ |
| | | return null; |
| | | } |
| | | if (examType>ExamPlatformData.EXAM_TYPE_ChangKAO){ |
| | | mapInfoHead= ExamPlatformData.getInstance().getMapInfoHeads().get(BaseDataUIBean.TYPE_.road); |
| | | mapInfoHead= mapInfoHeads.get(BaseDataUIBean.TYPE_.road); |
| | | }else{ |
| | | mapInfoHead= ExamPlatformData.getInstance().getMapInfoHeads().get(BaseDataUIBean.TYPE_.yard); |
| | | mapInfoHead= mapInfoHeads.get(BaseDataUIBean.TYPE_.yard); |
| | | } |
| | | if (mapInfoHead != null){ |
| | | return mapInfoHead.getArcgis_url(); |