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

Leg

@Beta(2020, 12) data class Leg : Serializable

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

Parameters

legSummary - A summary of a route leg.

points - A list of points.

Properties

legSummary

val legSummary: LegSummary?

A summary of a route leg.

points

val points: List<LatLng>

A list of points.