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

FullRoute

@Beta(2020, 10) class FullRoute

Represents information about the route.

Parameters

legs - A list of route legs.

sections - A list of route sections.

routeSummary -

Constructors

<init>

FullRoute(legs: List<Leg>, sections: List<Section>, routeSummary: RouteSummary?)

Represents information about the route.

Properties

legs

val legs: List<Leg>

A list of route legs.

routeSummary

val routeSummary: RouteSummary?

sections

val sections: List<Section>

A list of route sections.

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int