Distance Route Elements Response
data class DistanceRouteElementsResponse(val overviewPolyline: EncodedPolyline, val bounds: LatLngBounds, val notice: String, val legs: List<DistanceLeg>)
Attributes describing routes from an origin to a destination returned in distance route response.
Parameters
overview Polyline
bounds
notice
Some noticeable information about the route
legs
Legs part of the route response
Constructors
Link copied to clipboard
constructor(overviewPolyline: EncodedPolyline, bounds: LatLngBounds, notice: String, legs: List<DistanceLeg>)