sdk-routing / com.tomtom.online.sdk.routing.data.batch / BatchableRoutingResponseVisitorAdapter

BatchableRoutingResponseVisitorAdapter

open class BatchableRoutingResponseVisitorAdapter : BatchableRoutingResponseVisitor

An empty implementation for BatchableRoutingResponseVisitor. It can be useful for better code readability when not all interface methods are to be implemented.

Constructors

<init>

BatchableRoutingResponseVisitorAdapter()

An empty implementation for BatchableRoutingResponseVisitor. It can be useful for better code readability when not all interface methods are to be implemented.

Functions

visit

open fun visit(routeResponse: RouteResponse!): Unit
open fun visit(reachableRangeesponse: ReachableRangeResponse!): Unit