As discussed starting [here](https://github.com/graphhopper/map-matching/pull/87#issuecomment-272345734), we may want to allow users to be prevent all filtering (and hence include all input points in the map match result). A second possible use case - one may want the 'https://github.com/graphhopper/map-matching/blob/master/matching-core/src/main/java/com/graphhopper/matching/MapMatching.java#L259-L261' to be greater than `2 * measurementErrorSigma` - to e.g. 'smooth' the result, or maybe for testing quality i.e. #89.
As discussed starting here, we may want to allow users to be prevent all filtering (and hence include all input points in the map match result).
A second possible use case - one may want the 'https://github.com/graphhopper/map-matching/blob/master/matching-core/src/main/java/com/graphhopper/matching/MapMatching.java#L259-L261' to be greater than
2 * measurementErrorSigma- to e.g. 'smooth' the result, or maybe for testing quality i.e. #89.