@Beta(2020, 12) data class MatrixRouteKey : Serializable
A class which is used as a key in a map of the matrix of routes in MatrixRoutePlan.
origin
- The Route origin point.
destination
- The Route destination point.
val destination: LatLng
The Route destination point. |
|
val origin: LatLng
The Route origin point. |