distanceFilter property

void distanceFilter=(double value)

Set the update distance, i.e. the distance the user needs to move before an update is fired.

Implementation

set distanceFilter(double value) => _distanceFilter = value;