abstract fun visit(fuzzySearchResponse: FuzzySearchResponse!): Unit
Allows the use of a visitor design pattern for FuzzySearchResponse
. If you only want to use this method, then extend BatchableSearchResponseVisitorAdapter
instead of implementing this interface.
abstract fun visit(geometrySearchResponse: GeometrySearchResponse!): Unit
Allows the use of a visitor design pattern for GeometrySearchResponse
. If you only want to use this method then extend BatchableSearchResponseVisitorAdapter
instead of implementing this interface.
abstract fun visit(reverseGeocoderSearchResponse: ReverseGeocoderSearchResponse!): Unit
Allows the use of a visitor design pattern for ReverseGeocoderSearchResponse
. If you only want to use this method then extend BatchableSearchResponseVisitorAdapter
instead of implementing this interface.
abstract fun visit(evChargingStationsAvailabilityResponse: EvChargingStationsAvailabilityResponse!): Unit
Allows the use of a visitor design pattern for EvChargingStationsAvailabilityResponse
. If you only want to use this method then extend BatchableSearchResponseVisitorAdapter
instead of implementing this interface.