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

MatrixRoute

@Beta(2020, 12) data class MatrixRoute : Serializable

Contains Summary and a description returned from the Matrix Routing service.

Parameters

origin - The Route origin point.

destination - The Route destination point.

summary - Summary of a route.

description - The description of the result of the Matrix Routing.

Properties

description

val description: String?

The description of the result of the Matrix Routing.

destination

val destination: LatLng

The Route destination point.

origin

val origin: LatLng

The Route origin point.

summary

val summary: Summary

Summary of a route.