SYManeuverRoundabout Class Reference

Provides information about the roundabout maneuver. More...

#import <SYRoutingManeuver.h>

Inheritance diagram for SYManeuverRoundabout:
Collaboration diagram for SYManeuverRoundabout:

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
SYGeoCoordinatecoordinate
 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...
 
SYRoadroad
 The name of the road on which the SYManeuver takes place, nil if not available. More...
 
SYRoadnextRoad
 The road to which the SYManeuver leads, nil if not available. If not available, it should be left blank. More...
 

Additional Inherited Members

- Instance Methods inherited from SYManeuver
(instancetype) - initWithSDKManeuver:distance: [implementation]
 
- Class Methods inherited from SYManeuver
(instancetype) + maneuverWithSDKManeuver:distance: [implementation]
 

Detailed Description

Provides information about the roundabout maneuver.

Property Documentation

◆ roundaboutExitIndex

- (NSUInteger) roundaboutExitIndex
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)

◆ roundaboutType

- (SYRoundaboutType) roundaboutType
readnonatomicassign

Specifies the rountabout type. See the available SYRoundaboutType for more info.


The documentation for this class was generated from the following file: