Exposes additional information about current route.
More...
#import <SYNavigationRouteProgress.h>
|
(NSTimeInterval timeToEnd) | - __deprecated_msg |
| Time in seconds to the end of current route. Calculated without traffic delays and speed profiles. More...
|
|
(NSTimeInterval timeToEndWithSpeedProfiles) | - __deprecated_msg |
| Time in seconds to the end of current route. Calculated with speed profiles, without traffic delays. More...
|
|
(NSTimeInterval timeToEndWithSpeedProfileAndTraffic) | - __deprecated_msg |
| Time in seconds to the end of current route. Calculated with speed profiles and traffic delays. More...
|
|
Exposes additional information about current route.
◆ __deprecated_msg [1/3]
- (NSTimeInterval timeToEnd) __deprecated_msg |
|
("use finish waypoint from waypointTimes instead.") |
|
|
Time in seconds to the end of current route. Calculated without traffic delays and speed profiles.
◆ __deprecated_msg [2/3]
- (NSTimeInterval timeToEndWithSpeedProfiles) __deprecated_msg |
|
("use finish waypoint from waypointTimes instead.") |
|
|
Time in seconds to the end of current route. Calculated with speed profiles, without traffic delays.
◆ __deprecated_msg [3/3]
- (NSTimeInterval timeToEndWithSpeedProfileAndTraffic) __deprecated_msg |
|
("use finish waypoint from waypointTimes instead.") |
|
|
Time in seconds to the end of current route. Calculated with speed profiles and traffic delays.
◆ distanceFromStart
- (SYDistance) distanceFromStart |
|
readnonatomicassign |
Distance in meters from route start to the current position. Note: it is reset to zero in case route is recomputed.
◆ distanceToEnd
- (SYDistance) distanceToEnd |
|
readnonatomicassign |
Distance in meters to the end of current route.
◆ waypointDurationsFromNow
Time to waypoints from current position.
◆ routeProgress
- (CGFloat) routeProgress |
|
readnonatomicassign |
Progress on current navigation route. (from 0.0 to 1.0)
◆ transportMode
- (SYTransportMode) transportMode |
|
readnonatomicassign |
◆ toEndBoundingBox
Geographic bounding box of route polyline from current position to end position.
The documentation for this class was generated from the following file:
- SYNavigationRouteProgress.h