placeMarker method
- GpsCoordinates coordinates
Places the marker at coordinates.
Implementation
void placeMarker(GpsCoordinates coordinates) {
markers.add(coordinates.deepCopy());
notifyListeners();
}
Places the marker at coordinates.
void placeMarker(GpsCoordinates coordinates) {
markers.add(coordinates.deepCopy());
notifyListeners();
}