Match

A Match object defines a single route that was created from a series of points that were matched against a road network.

Typically, you do not create instances of this class directly. Instead, you receive match objects when you pass a MatchOptions object into the Directions.calculate(_:completionHandler:) method.