FullRouteEV

@objc
public class FullRouteEV : NSObject, TTCoordinatesData, TTMatching

BETA Represents information about the route.

Experiment

THIS API IS IN BETA VERSION

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]?