+
+
+
+
+ DISTANCE
+ @((_route.Distance / 1000).ToString("N2"))
+ km
+
+
+
+
+ AVG SPEED
+ @_route.CalculateAvgSpeed(_stopWatch.Elapsed).ToString("N2")
+ km/h
+
+
+
+
- @if (!_isPaused)
+
+ TIME
+ @_currentTime.ToString("hh\\:mm\\:ss")
+
+ @if (_stopWatch.IsRunning || _isPaused)
{
-
-
+
+ @if (_isPaused)
+ {
+
+ }
+ else
+ {
+
+ }
}
-
- @if (_isPaused)
- {
-
- }
- else
+
+ @if (!_stopWatch.IsRunning)
+ {
+
+ @if (!_isPaused)
{
-
+
+
+
}
-
-
- }
-
-
\ No newline at end of file
+
+ @if (_isPaused)
+ {
+
+ }
+ else
+ {
+
+ }
+
+
+ }
+
+