sdk-routing / com.tomtom.online.sdk.routing.matrix / MatrixRoutesSpecification

MatrixRoutesSpecification

@PublicPreview("2021.06") class MatrixRoutesSpecification

Represents parameters that will be used for a Matrix Routing request.

Types

Builder

class Builder

Builder used to create an instance of MatrixRoutesSpecification. Once constructed, the user cannot change the field values.

Properties

combustionVehicleDescriptor

val combustionVehicleDescriptor: CombustionVehicleDescriptor?

destinations

val destinations: List<LatLng>

electricVehicleDescriptor

val electricVehicleDescriptor: ElectricVehicleDescriptor?

origins

val origins: List<LatLng>

routeDescriptor

val routeDescriptor: RouteDescriptor?