Skip to content

Commit

Permalink
Update gps.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Aug 11, 2024
1 parent e4d42df commit 360c079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/client/locations/gps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class MyGpsDelegate : GpsDelegate
{
public MyGpsDelegate(ILogger<MyGpsDelegate> logger) : base(logger)
{
// if either of these filters pass, the OnReading method will be called
// if either of these filters pass, the OnGpsReading method will be called
this.MinimumDistance = Distance.FromMeters(200);
this.MinimumTime = TimeSpan.FromMinutes(1);
}
Expand Down

0 comments on commit 360c079

Please sign in to comment.