sdk-routing / com.tomtom.online.sdk.routing.data.longDistanceEV.response / NativeFullRoute

NativeFullRoute

open class NativeFullRoute : Serializable

Represents information about the route.

Constructors

<init>

NativeFullRoute()
NativeFullRoute(routeSummary: NativeRouteSummary!, legs: MutableList<NativeLeg!>!, sections: MutableList<NativeSection!>!)

Functions

getLegs

open fun getLegs(): MutableList<NativeLeg!>!

Returns a list of route legs.

getRouteSummary

open fun getRouteSummary(): Optional<NativeRouteSummary!>!

Returns a summary of a route.

getSections

open fun getSections(): MutableList<NativeSection!>!

Returns a list of route sections.

toString

open fun toString(): String