open class AlongRouteSearchResponse : ServiceBaseResponse, Serializable
The Response to an Along Route Search Request. It consists of a summary and results.
AlongRouteSearchResponse()
The Response to an Along Route Search Request. It consists of a summary and 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 -- |
|
var summary: Summary!
The summary of the Response. |
open fun getResults(): ImmutableList<AlongRouteSearchResult!>! |