|
|
|
|
@ -22,11 +22,11 @@ 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", 30.0, Color.BLUEVIOLET, "USA"),
|
|
|
|
|
{new BoatInRace("Oracle Team USA", 30.0, Color.BLUEVIOLET, "Oracle"),
|
|
|
|
|
new BoatInRace("Land Rover BAR", 23.0, Color.BLACK, "BAR"),
|
|
|
|
|
new BoatInRace("SoftBank Team Japan", 27.0, Color.RED, "JAP"),
|
|
|
|
|
new BoatInRace("Groupama Team France", 25.0, Color.ORANGE, "FRN"),
|
|
|
|
|
new BoatInRace("Artemis Racing", 22.5, Color.DARKOLIVEGREEN, "ART"),
|
|
|
|
|
new BoatInRace("Emirates Team New Zealand", 62, Color.LIMEGREEN, "ENZ")};
|
|
|
|
|
new BoatInRace("Emirates Team New Zealand", 62, Color.LIMEGREEN, "ETNZ")};
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|