SYRouteInfo Class Reference

#import <SYRouting.h>

Inheritance diagram for SYRouteInfo:
Collaboration diagram for SYRouteInfo:

Instance Methods

(NSTimeInterval durationIdeal) - __deprecated_msg
 Duration in seconds of this route. Calculated without traffic delays and speed profiles. More...
 
(NSTimeInterval durationWithSpeedProfile) - __deprecated_msg
 Duration in seconds of this route. Calculated with speed profiles, without traffic delays. More...
 
(NSTimeInterval durationWithSpeedProfileAndTraffic) - __deprecated_msg
 Duration in seconds of this route. Calculated with speed profiles and traffic delays. More...
 

Properties

SYDistance length
 Length in meters of this route. More...
 
NSArray< SYWaypointDuration * > * waypointDurationsFromStart
 Duration of route from start to waypoints, last waypoint is finish. More...
 

Method Documentation

◆ __deprecated_msg [1/3]

- (NSTimeInterval durationIdeal) __deprecated_msg ("use finish waypoint from waypointDurations instead.") 

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

◆ __deprecated_msg [2/3]

- (NSTimeInterval durationWithSpeedProfile) __deprecated_msg ("use finish waypoint from waypointDurations instead.") 

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

◆ __deprecated_msg [3/3]

- (NSTimeInterval durationWithSpeedProfileAndTraffic) __deprecated_msg ("use finish waypoint from waypointDurations instead.") 

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

Property Documentation

◆ length

- (SYDistance) length
readnonatomicassign

Length in meters of this route.

◆ waypointDurationsFromStart

- (NSArray<SYWaypointDuration*>*) waypointDurationsFromStart
readnonatomicassign

Duration of route from start to waypoints, last waypoint is finish.


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