@Beta(2020, 12) data class MatrixRoute : Serializable
Contains Summary and a description returned from the Matrix Routing service.
origin
- The Route origin point.
destination
- The Route destination point.
description
- The description of the result of the Matrix Routing.
val description: String?
The description of the result of the Matrix Routing. |
|
val destination: LatLng
The Route destination point. |
|
val origin: LatLng
The Route origin point. |
|
val summary: Summary
Summary of a route. |