distanceThreshold property

int distanceThreshold

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 a locationUpdated event.

The default value is 0. When timeThreshold is zero, it always emits the signal.

Implementation

int get distanceThreshold => _getProperty('DistanceThreshold', 0);