timeThreshold property

int timeThreshold

The current time threshold in seconds.

This value is used by the service when it gets new location info. If the time since the last update 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 timeThreshold => _getProperty('TimeThreshold', 0);