OTRouteObject

Objective-C


@interface OTRouteObject : RouteObject

Swift

class OTRouteObject : RouteObject

This class encapsulates ev transport route information.

  • Get the track attached to track route waypoint. @details If the route is part of a navigation session, returns only the active ( remaining ) part of the track, otherwise returns the whole track.

    Declaration

    Objective-C

    - (nullable PathObject *)getTrack;

    Swift

    func getTrack() -> PathObject?