MapMatchingResult
Output of the MapMatchingEngine that represents accurate (map matched) location. This is used in driving mode to snap the chevron shown on the map to the road network. MapMatchingEngine provides an individual map matching result for each raw location.
Constructors
Important: This is a Public Preview API. It may be changed or removed at any time.
Properties
The list of alternative matched locations that were generated by the MapMatchingEngine. Can be empty.
The list of route ids that were passed to the MapMatchingEngine and that the matchedLocation is on.
The list of predicted locations that were generated by the MapMatchingEngine. They are useful when location updates from location service lag behind the current situation on the road. Can be empty.
The best matched location candidate for the given raw location.
The original raw location that was passed to the MapMatchingEngine.
Functions
Checks if this map matching result is equal to another object.
Generates a hash code for this map matching result.
Returns a string representation of the map matching result.