SYWaypointDuration Class Reference

Exposes additional information about current route. More...

#import <SYRouting.h>

Inheritance diagram for SYWaypointDuration:
Collaboration diagram for SYWaypointDuration:

Properties

NSTimeInterval ideal
 Duration in seconds of this route. Calculated without traffic delays and speed profiles. More...
 
NSTimeInterval withSpeedProfile
 Duration in seconds of this route. Calculated with speed profiles, without traffic delays. More...
 
NSTimeInterval withSpeedProfileAndTraffic
 Duration in seconds of this route. Calculated with speed profiles and traffic delays. More...
 
SYWaypointwaypoint
 Waypoint to which time is calculated. More...
 

Detailed Description

Exposes additional information about current route.

Property Documentation

◆ ideal

- (NSTimeInterval) ideal
readnonatomicassign

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

◆ withSpeedProfile

- (NSTimeInterval) withSpeedProfile
readnonatomicassign

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

◆ withSpeedProfileAndTraffic

- (NSTimeInterval) withSpeedProfileAndTraffic
readnonatomicassign

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

◆ waypoint

- (SYWaypoint*) waypoint
readnonatomicassign

Waypoint to which time is calculated.


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