Skip to content

Commit

Permalink
JSON response correction
Browse files Browse the repository at this point in the history
  • Loading branch information
umer0586 committed May 17, 2023
1 parent 817e1d2 commit 10d656f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public void onLocationChanged(@NonNull Location location)

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q)
{
response.put("time",location.getElapsedRealtimeUncertaintyNanos());
response.put("elapsedRealtimeUncertaintyNanos",location.getElapsedRealtimeUncertaintyNanos());
}


Expand Down

0 comments on commit 10d656f

Please sign in to comment.