@PublicPreview("2021.06") data class MatrixRouteKey : Serializable
A class 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. |