reset method
override
Resets the geographic area object to its default state.
Implementation
@override
void reset() {
topLeft = Coordinates();
bottomRight = Coordinates();
}
Resets the geographic area object to its default state.
@override
void reset() {
topLeft = Coordinates();
bottomRight = Coordinates();
}