AlongRouteSummary

data class AlongRouteSummary(val query: String = "", val queryTime: Duration = Duration.ZERO)

The summary of an Along Route Search API call.

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

Constructors

Link copied to clipboard
fun AlongRouteSummary(query: String = "", queryTime: Duration = Duration.ZERO)

Properties

Link copied to clipboard

The query that resulted in this response.

Link copied to clipboard

The time it took to process the query.