SYRouteInfo Class Reference

#import <SYRouting.h>

Inheritance diagram for SYRouteInfo:
Collaboration diagram for SYRouteInfo:

Instance Methods

(instancetype) - initWithSdkRouteInfo: [implementation]
 

Properties

SYDistance length
 Length in meters of this route. More...
 
NSTimeInterval durationIdeal
 Duration in seconds of this route. Calculated without traffic delays and speed profiles. More...
 
NSTimeInterval durationWithSpeedProfile
 Duration in seconds of this route. Calculated with speed profiles, without traffic delays. More...
 
NSTimeInterval durationWithSpeedProfileAndTraffic
 Duration in seconds of this route. Calculated with speed profiles and traffic delays. More...
 

Method Documentation

◆ initWithSdkRouteInfo:()

- (instancetype) initWithSdkRouteInfo: (const Sygic::Router::RouteInfo &)  routeInfo
implementation

Property Documentation

◆ durationIdeal

- (NSTimeInterval) durationIdeal
readnonatomicassign

Duration in seconds of this route. Calculated without traffic delays and speed profiles.

◆ durationWithSpeedProfile

- (NSTimeInterval) durationWithSpeedProfile
readnonatomicassign

Duration in seconds of this route. Calculated with speed profiles, without traffic delays.

◆ durationWithSpeedProfileAndTraffic

- (NSTimeInterval) durationWithSpeedProfileAndTraffic
readnonatomicassign

Duration in seconds of this route. Calculated with speed profiles and traffic delays.

◆ length

- (SYDistance) length
readnonatomicassign

Length in meters of this route.


The documentation for this class was generated from the following file: