Skip to content

Commit

Permalink
default values if set with coords methos
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Dec 16, 2024
1 parent 3b48487 commit 2de8d26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/com/hydrologis/flutterlibs/gps/gps.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ class SmashPosition {
_accuracy = -1.0;
_speed = -1.0;
_speedAccuracy = -1.0;

filteredLatitude = lat;
filteredLongitude = lon;
filteredAccuracy = -1.0;
}

double get latitude => _latitude;
Expand Down

0 comments on commit 2de8d26

Please sign in to comment.