MapMatchFilter

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addWaysToFollowers(intersection: Intersection, follower: RoadFollower, iterator: MutableListIterator<RoadFollower>, ruler: Ruler)
Link copied to clipboard
fun dump()
Link copied to clipboard
fun extendFollowerList(location: LngLatAlt, gridState: GridState)

extendFollowerList looks for nearby roads and ensures that they are included in the list of RoadFollowers that we have. There should be a RoadFollower for every possible road segment combination.

Link copied to clipboard
fun filter(location: LngLatAlt, gridState: GridState, collection: FeatureCollection, dump: Boolean): Triple<LngLatAlt?, Feature?, String>