Skip to content

Commit

Permalink
Removed half-hearted implement of vertical accuracy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dratenik authored and bekuno committed Feb 27, 2023
1 parent 664ae8b commit b9377ee
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ public Location(android.location.Location loc) {
if (loc.hasAccuracy()) {
setAccuracyHor(loc.getAccuracy());
}
if(loc.hasVerticalAccuracy()) {
setAccuracyVer(loc.getAccuracy());
}
if (loc.hasAltitude()) {
setAltitude(loc.getAltitude());
}
Expand Down

0 comments on commit b9377ee

Please sign in to comment.