sdk-routing / com.tomtom.online.sdk.routing.ev / EvRoutePlan

EvRoutePlan

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

Represents a result from the Long Distance EV Routing service.

Parameters

report - A report with the effective parameters or data used.

routes - The list of information about routes.

Properties

report

val report: Report

A report with the effective parameters or data used.

routes

val routes: List<EvFullRoute>

The list of information about routes.