Update the remaining distance of Geofence.
void updateRemainingDistance(double distance) { if (distance < 0.0) _remainingDistance = 0.0; _remainingDistance = distance; }