IARoutingLeg Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | wayfinding.h wayfinding.mm |
begin
The beginning point of the route.
@property (readonly) IARoutingPoint *beginDiscussion
The beginning point of the route.
Declared In
wayfinding.h
end
The end point of the route.
@property (readonly) IARoutingPoint *endDiscussion
The end point of the route.
Declared In
wayfinding.h
length
Length of the leg in meters.
@property (readonly) double lengthDiscussion
Length of the leg in meters.
Declared In
wayfinding.h
direction
Direction of the leg in degrees. North is marked with 0 degrees and direction rotates clockwise i.e. 90 degrees is East, 180 degrees is South and 270 degrees is West.
@property (readonly) double directionDiscussion
Direction of the leg in degrees. North is marked with 0 degrees and direction rotates clockwise i.e. 90 degrees is East, 180 degrees is South and 270 degrees is West.
Declared In
wayfinding.h
edgeIndex
Index (NSUinteger) of the edge in the original graph. The value is null of edge not found from the graph.
@property (readonly) NSNumber *edgeIndexDiscussion
Index (NSUinteger) of the edge in the original graph. The value is null of edge not found from the graph.
Declared In
wayfinding.h