Provides information about the roundabout maneuver. More...
#import <SYRoutingManeuver.h>
Properties | |
NSUInteger | roundaboutExitIndex |
Specifies the rountabout exit index. Index is the number of exit, you should use. That is why 0 is a invalid number. (index > 0) More... | |
SYRoundaboutType | roundaboutType |
Specifies the rountabout type. See the available SYRoundaboutType 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 roundabout maneuver.
|
readnonatomicassign |
Specifies the rountabout exit index. Index is the number of exit, you should use. That is why 0 is a invalid number. (index > 0)
|
readnonatomicassign |
Specifies the rountabout type. See the available SYRoundaboutType for more info.