AlongRouteSummary

fun AlongRouteSummary(query: String, queryTime: Duration, numResults: Int, offset: Int, totalResults: Int)

Parameters

query

The query that resulted in this response.

queryTime

The time it took to process the query.

numResults

The number of results returned in this batch.

offset

The offset of the results in the collection of all results.

totalResults

The total number of results.