WRLDPointOnRouteResult Class Reference
This type contains information about a projected point on a route.
@property resultPoint
@property (nonatomic, readonly) CLLocationCoordinate2D resultPoint
The closest point on the Route to the target point.
@property inputPoint
@property (nonatomic, readonly) CLLocationCoordinate2D inputPoint
The original target point tested against.
@property distanceFromInputPoint
@property (nonatomic, readonly) double distanceFromInputPoint
Absolute distance from the input point (in ECEF space).
@property fractionAlongRoute
@property (nonatomic, readonly) double fractionAlongRoute
Fraction that the projected point travelled along entire route.
@property fractionAlongRouteSection
@property (nonatomic, readonly) double fractionAlongRouteSection
Fraction that the projected point travelled along the route section.
@property fractionAlongRouteStep
@property (nonatomic, readonly) double fractionAlongRouteStep
Fraction that the projected point travelled along the route step.
@property routeStep
@property (nonatomic, retain, readonly) WRLDRouteStep *routeStep
Route Step that the projected point lies on.
@property routeSection
@property (nonatomic, retain, readonly) WRLDRouteSection *routeSection
Route Section that the projected point lies on.
@property routeStepIndex
@property (nonatomic, readonly) int routeStepIndex
Index for the Route Step that the projected point lies on.
@property routeSectionIndex
@property (nonatomic, readonly) int routeSectionIndex
Index for the Route Section that the projected point lies on.
@property pathSegmentStartVertexIndex
@property (nonatomic, readonly) int pathSegmentStartVertexIndex
Vertex index where the path segment starts for the projected point. Can be used to separate traversed path.