RoadObjectMatcherDelegate
public protocol RoadObjectMatcherDelegate : AnyObject
RoadObjectMatcher delegate.
-
This method is called with a road object when the matching is successfully finished.
Declaration
Swift
func roadObjectMatcher(_ matcher: RoadObjectMatcher, didMatch roadObject: RoadObject) -
This method is called when the matching is finished with error.
Declaration
Swift
func roadObjectMatcher(_ matcher: RoadObjectMatcher, didFailToMatchWith error: RoadObjectMatcherError)
Install in Dash
RoadObjectMatcherDelegate Protocol Reference