RouteObjectMatcher

Route object matcher allows to match route objects to the HD route.

Functions

Link copied to clipboard

Registers an observer to receive matched route objects.

Link copied to clipboard
abstract fun cancel(routeObjects: Set<MatchableRouteObject>)

Cancels matching of the route objects previously added to the matching in matchRouteObjects.

Link copied to clipboard
abstract fun cancelAll()

Cancels all of the route objects matching requests.

Link copied to clipboard

Starts matching of the provided route objects to the HD route.

Link copied to clipboard

Unregisters an observer from receiving matched route objects.