reset method
override
Resets this geographic area to its default empty state.
Clears all coordinate and parameter data, returning the area to an uninitialized state.
Implementation
@override
void reset() {
topLeft = Coordinates();
bottomRight = Coordinates();
}