SITNavigationProgress Class Reference
Inherits from | NSObject |
---|---|
Declared in | SITNavigationProgress.h |
currentStepIndex
Unique identifier of the step inside a route.
@property (nonatomic) NSInteger currentStepIndex
Declared In
SITNavigationProgress.h
distanceToEndStep
Distance from from point to end of step.
@property (nonatomic) float distanceToEndStep
Declared In
SITNavigationProgress.h
timeToEndStep
Time from from point to end of route.
@property (nonatomic) float timeToEndStep
Declared In
SITNavigationProgress.h
distanceToGoal
Distance from from point to end of route.
@property (nonatomic) float distanceToGoal
Declared In
SITNavigationProgress.h
timeToGoal
Time estimation from from point to end of step.
@property (nonatomic) float timeToGoal
Declared In
SITNavigationProgress.h
)
Closest point inside the route closer to the user’s location.
@property (nonatomic, strong) SITPoint *DEPRECATED_MSG_ATTRIBUTE ( "Use closestLocationInRoute.position instead" )
Declared In
SITNavigationProgress.h
closestLocationInRoute
Closest location inside the route closer to the user’s location.
@property (nonatomic, strong) SITLocation *closestLocationInRoute
Declared In
SITNavigationProgress.h
currentIndication
The indication a user should follow in order to arrive the destination following a route.
@property (nonatomic, strong) SITIndication *currentIndication
Declared In
SITNavigationProgress.h
nextIndication
The next indication a user should follow in order to arrive the destination following a route.
@property (nonatomic, strong) SITIndication *nextIndication
Declared In
SITNavigationProgress.h
distanceToClosestPointInRoute
Distance in meters to the closest point in route
@property (nonatomic) float distanceToClosestPointInRoute
Declared In
SITNavigationProgress.h
routeStep
Current route step
@property (nonatomic, strong) SITRouteStep *routeStep
Declared In
SITNavigationProgress.h