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

EvRoutePlan

@Beta(2020, 10) class EvRoutePlan

Represents a result from the Long Distance EV Routing Service.

Parameters

report - A report with effective parameters or data used.

routes - The list of information about routes.

Constructors

<init>

EvRoutePlan(report: Report, routes: List<FullRoute> = arrayListOf())

Represents a result from the Long Distance EV Routing Service.

Properties

report

val report: Report

A report with effective parameters or data used.

routes

val routes: List<FullRoute>

The list of information about routes.

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int