DistanceTollsResponse

Represents the response from the Distance API tolls endpoint.

Parameters

Constructors

Link copied to clipboard
constructor(routes: List<DistanceRouteElementsResponse>? = null)

Properties

Link copied to clipboard
@SerializedName(value = "routes")
val routes: List<DistanceRouteElementsResponse>? = null