sdk-routing / com.tomtom.online.sdk.routing.matrix.route / MatrixRouteKey

MatrixRouteKey

@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.

Parameters

origin - The Route origin point.

destination - The Route destination point.

Properties

destination

val destination: LatLng

The Route destination point.

origin

val origin: LatLng

The Route origin point.