Exemplo n.º 1
0
 public void setManeuverLocation(ManeuverLocation location) {
   this.location = location.clone();
 }
Exemplo n.º 2
0
 @Override
 public ManeuverLocation getEndLocation() {
   return location.clone();
 }