示例#1
0
 public void setManeuverLocation(ManeuverLocation location) {
   this.location = location.clone();
 }
示例#2
0
 @Override
 public ManeuverLocation getEndLocation() {
   return location.clone();
 }