MobileForms Toolkit Documentation

GpsTracking.RouteAccuracy Property

Defines the route accuracy for the tracked data

public double RouteAccuracy {get; set;}

Remarks

RouteAccuracy must a System.Double between 0.0 and 1.0 that defines an percentual precision of the route.

The default value is 0.95, which means that the distance increase less than 5% will be considered as unimportant.

Each time the new position is acquired, the GpsTracking calculates the distance with and without the previous position. If the distance difference is lower than a limit defined by this property, the last position is discarded and replaced by the new position. Minimizing the number of relevant positions is important due to a map construction limitations. The higher tracking accuracy results in a more points and the resulting map request URL might be longer than a limit.

See Also

GpsTracking Class | Resco.Location.GPS Namespace