AlongRouteSearchResponse

data class AlongRouteSearchResponse(val summary: AlongRouteSummary, val results: List<AlongRouteResult>)

Response of the Along Route Search API.

Parameters

summary

The summary of the request to the Along Route Search API.

results

The data returned from the Along Route Search API.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun AlongRouteSearchResponse(summary: AlongRouteSummary, results: List<AlongRouteResult>)

Properties

Link copied to clipboard
val results: List<AlongRouteResult>
Link copied to clipboard
val summary: AlongRouteSummary