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

NativeLeg

open class NativeLeg : Serializable

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

Constructors

<init>

NativeLeg()
NativeLeg(legSummary: NativeLegSummary!, points: MutableList<LatLng!>!)

Functions

getLegSummary

open fun getLegSummary(): Optional<NativeLegSummary!>!

getPoints

open fun getPoints(): MutableList<LatLng!>!

toString

open fun toString(): String