Provides information about the Exit maneuver. More...
#import <SYRoutingManeuver.h>
Properties | |
NSString * | exitNumber |
Specifies the exit number. More... | |
SYExitType | exitType |
Specifies the exit type. See the available SYExitType for more info. More... | |
Properties inherited from SYManeuver | |
SYGeoCoordinate * | 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. More... | |
SYManeuverType | type |
Maneuver type. See the available SYManeuverType for more info. More... | |
SYDistance | distanceToManeuver |
Distance to maneuver from current on route position. More... | |
SYDistance | distanceFromStart |
Distance to maneuver from route start point in meters. More... | |
NSUInteger | waypointPart |
zero based index to which waypoint part this maneuver belongs. More... | |
SYRoad * | road |
The name of the road on which the SYManeuver takes place, nil if not available. More... | |
SYRoad * | nextRoad |
The road to which the SYManeuver leads, nil if not available. If not available, it should be left blank. More... | |
Provides information about the Exit maneuver.
|
readnonatomicassign |
Specifies the exit number.
|
readnonatomicassign |
Specifies the exit type. See the available SYExitType for more info.