sdk-routing / com.tomtom.online.sdk.data.reachablerange / ReachableRangeResponse

ReachableRangeResponse

open class ReachableRangeResponse : ServiceBaseResponse, Serializable, BatchableRoutingResponse

A class which contains information about the reachable range Response such as format version, result, and report. For access to any of those fields use one of getters.

Constructors

<init>

ReachableRangeResponse()

A class which contains information about the reachable range Response such as format version, result, and report. For access to any of those fields use one of getters.

Properties

formatVersion

var formatVersion: String!

Version of the response's format. -- GETTER --

report

var report: ResultReport!

Request report. -- GETTER --

result

var result: ReachableRangeResult!

Result of the request. -- GETTER --

Functions

accept

open fun accept(visitor: BatchableRoutingResponseVisitor!): Unit