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

Package com.tomtom.online.sdk.routing.ev.route

Types

EvFullRoute

data class EvFullRoute : Serializable

Represents information about the route.

Leg

data class Leg : Serializable

Represents information about a part of a route, comprised of a list of points.

LegSummary

data class LegSummary : Serializable

Represents a summary of a route leg.

RouteRepresentation

enum class RouteRepresentation

Represents the route representation.

RouteSummary

data class RouteSummary : Serializable

Represents the summary of a route for an electrical vehicle.

RouteType

enum class RouteType

The type of route requested.

Section

data class Section : Serializable

Represents information about the route section.

Summary

data class Summary : Serializable

Represents the summary of a route.

TravelMode

enum class TravelMode

Represents the 'travelMode' parameter in a Request to the Routing API.