DistanceRouteResponse

Attributes describing a distance route response.

Parameters

routes

Contains an array of routes from origin to destination (only one if alternatives is not specified)

Constructors

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

Properties

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