distance_threshold


Description:

[ NoAccessorMethod ]
public uint distance_threshold { get; construct; }

The current distance threshold in meters.

This value is used by the service when it gets new location info. If the distance moved is below the threshold, it won't emit the LocationUpdated signal.

When set to 0 (default), it always emits the signal.