Checks if the geographic area has default values.
Returns
@override bool get isDefault => topLeft.longitude - bottomRight.longitude == 0.0 && topLeft.latitude - bottomRight.latitude == 0.0;