placeMarkerOnRover method
Places a marker at the rover's current position.
Implementation
void placeMarkerOnRover() {
markers.add(roverPosition);
notifyListeners();
}
Places a marker at the rover's current position.
void placeMarkerOnRover() {
markers.add(roverPosition);
notifyListeners();
}