Represents a maneuver, which is the action where you leave one street segment and enter the next one.
More...
#import <SYRoutingManeuver.h>
Represents a maneuver, which is the action where you leave one street segment and enter the next one.
◆ coordinate
The SYGeoCoordinate of the maneuver. If this maneuver contains one or more transit route elements, this coordinate will be the same as the coordinate of the 1st transit route element.
◆ type
Maneuver type. See the available SYManeuverType for more info.
◆ distanceToManeuver
- (SYDistance) distanceToManeuver |
|
readnonatomicassign |
Distance to maneuver from current on route position.
◆ distanceFromStart
- (SYDistance) distanceFromStart |
|
readnonatomicassign |
Distance to maneuver from route start point in meters.
◆ waypointPart
- (NSUInteger) waypointPart |
|
readnonatomicassign |
zero based index to which waypoint part this maneuver belongs.
◆ road
The name of the road on which the SYManeuver takes place, nil if not available.
◆ nextRoad
The road to which the SYManeuver leads, nil if not available. If not available, it should be left blank.
The documentation for this class was generated from the following file: