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. |
|
var summary: Summary!
The summary of the Response. |
open fun getResults(): ImmutableList<AlongRouteSearchResult!>!
Returns the results of the Request. |
|
open fun getSummary(): Summary!
Returns the summary of the Response. |
|
open fun toString(): String |