sdk-search / com.tomtom.online.sdk.search.data.alongroute / AlongRouteSearchResponse

AlongRouteSearchResponse

open class AlongRouteSearchResponse : ServiceBaseResponse, Serializable

The Response to an Along Route Search Request. It consists of a summary and results.

Constructors

<init>

AlongRouteSearchResponse()

The Response to an Along Route Search Request. It consists of a summary and results.

Properties

results

var results: Array<AlongRouteSearchResult!>!

A portion of results of the Request, as specified in the summary by the total number of results, number of results, and offset. -- GETTER --

summary

var summary: Summary!

The summary of the Response.

Functions

getResults

open fun getResults(): ImmutableList<AlongRouteSearchResult!>!