コード例 #1
0
ファイル: Radio.java プロジェクト: bsclayt1/CSE360-Project
 public void updateLocation() {
   location = car.getCurrentRoute().getLocation();
 }