FullRouteEV

@available(*, message: "TT_API_PUBLIC_PREVIEW('byTheEndOf=2020.12', 'This is under Public Preview and subject to change until the end date. More information is available at: https://developer.tomtom.com/public-preview'﹚")
@objc
public class FullRouteEV : NSObject, TTCoordinatesData, TTMatching

Public Preview

This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

Represents information about the route.

Properties

  • A summary of a route.

    Declaration

    Swift

    @objc
    public let summary: RouteSummaryEV?
  • A list of route legs.

    Declaration

    Swift

    @objc
    public let legs: [LegEV]?
  • A list of route sections.

    Declaration

    Swift

    @objc
    public let sections: [SectionEV]?