Match

open class Match: DirectionsResult

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:) or Directions.calculateRoutes(matching:completionHandler:) method.