|
|
|
|
@ -25,12 +25,12 @@ public class Constants {
|
|
|
|
|
public static final GPSCoordinate finishLineMarker2 = new GPSCoordinate(32.317257, -64.836260);
|
|
|
|
|
|
|
|
|
|
public static final BoatInRace[] OFFICIAL_AC35_COMPETITORS = new BoatInRace[]
|
|
|
|
|
{new BoatInRace("Oracle Team USA", 200.0, Color.BLUEVIOLET),
|
|
|
|
|
new BoatInRace("Land Rover BAR", 180.0, Color.BLACK),
|
|
|
|
|
new BoatInRace("SoftBank Team Japan", 190.0, Color.RED),
|
|
|
|
|
new BoatInRace("Groupama Team France", 210.0, Color.ORANGE),
|
|
|
|
|
new BoatInRace("Artemis Racing", 220.0, Color.DARKOLIVEGREEN),
|
|
|
|
|
new BoatInRace("Emirates Team New Zealand", 310, Color.LIMEGREEN)};
|
|
|
|
|
{new BoatInRace("Oracle Team USA", 200.0, Color.BLUEVIOLET, "USA"),
|
|
|
|
|
new BoatInRace("Land Rover BAR", 180.0, Color.BLACK, "BAR"),
|
|
|
|
|
new BoatInRace("SoftBank Team Japan", 190.0, Color.RED, "JAP"),
|
|
|
|
|
new BoatInRace("Groupama Team France", 210.0, Color.ORANGE, "FRN"),
|
|
|
|
|
new BoatInRace("Artemis Racing", 220.0, Color.DARKOLIVEGREEN, "ART"),
|
|
|
|
|
new BoatInRace("Emirates Team New Zealand", 310, Color.LIMEGREEN, "ENZ")};
|
|
|
|
|
|
|
|
|
|
//public static final Leg bermudaCourseStartToMark1 = new Leg(0, , new )
|
|
|
|
|
}
|
|
|
|
|
|