MapMatchingMatch
class MapMatchingMatch
Represents the Match Object from Mapbox Map Matching API, which is a Route Object from Mapbox Directions API that has additional fields. Additional fields could be accessed here, while the part which matches the Route Object is available in navigationRoute.
Parameters
navigationRoute
part of the Match Object which has the same structure as Route Object
confidence
The level of confidence in the returned match, from 0 (low) to 1 (high).