SYManeuverExit Class Reference

Provides information about the Exit maneuver. More...

#import <SYRoutingManeuver.h>

Inheritance diagram for SYManeuverExit:
Collaboration diagram for SYManeuverExit:

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
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 Exit maneuver.

Property Documentation

◆ exitNumber

- (NSString*) exitNumber
readnonatomicassign

Specifies the exit number.

◆ exitType

- (SYExitType) exitType
readnonatomicassign

Specifies the exit type. See the available SYExitType for more info.


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