|
|
|
@ -46,6 +46,7 @@ public class RaceController extends Controller {
|
|
|
|
* Updates the ResizableRaceCanvas (raceMap) with most recent data
|
|
|
|
* Updates the ResizableRaceCanvas (raceMap) with most recent data
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param boats boats that are to be displayed in the race
|
|
|
|
* @param boats boats that are to be displayed in the race
|
|
|
|
|
|
|
|
* @param boatMarkers Markers for boats
|
|
|
|
* @see ResizableRaceCanvas
|
|
|
|
* @see ResizableRaceCanvas
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void updateMap(ObservableList<Boat> boats, ObservableList<Marker> boatMarkers) {
|
|
|
|
public void updateMap(ObservableList<Boat> boats, ObservableList<Marker> boatMarkers) {
|
|
|
|
|