MatchedLocation
Part of the map matching result that represents a single matched position candidate.
Constructors
Properties
The direction of the line segment on which the location is matched in degrees clockwise from North. It can be either the input heading from MapMatchingResult.rawLocation, or the direction of the closest road.
Identifier of the matched position candidate. For the best matches the id will change when the map matcher detects a matching error and applies correction. For the alternative matches the behavior depends on the underlying matching algorithm and is generally not guaranteed.
The location that was matched on the map.
The score of the matched position in range 0-100.
Functions
Checks if this matched location is equal to another object.
Generates a hash code for this matched location.
Returns a string representation of the matched location.