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.
BatchableRoutingResponseVisitorAdapter()
An empty implementation for |
open fun visit(routeResponse: RouteResponse!): Unit open fun visit(reachableRangeesponse: ReachableRangeResponse!): Unit |