MobileForms Toolkit Documentation

GpsTracking.MinimalDistance Property

Gets the minimal distance between two adjacent points that should be remembered.

public Resco.Location.GeoDistance MinimalDistance {get; set;}

Remarks

The default value is GeoDistance(50), which means that the new point will be discarded if its distance to the last point is less than 50 meters.

See Also

GpsTracking Class | Resco.Location.GPS Namespace