SYManeuver Class Reference

Represents a maneuver, which is the action where you leave one street segment and enter the next one. More...

#import <SYRoutingManeuver.h>

Inheritance diagram for SYManeuver:
Collaboration diagram for SYManeuver:

Properties

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...
 
UIColor * textColor
 Represents the text color of the maneuver description. More...
 
UIColor * backgroundColor
 The background color of the maneuver description. More...
 
UIColor * borderColor
 Represents the border color of the maneuver description. More...
 

Detailed Description

Represents a maneuver, which is the action where you leave one street segment and enter the next one.

Property Documentation

◆ coordinate

- (SYGeoCoordinate*) coordinate
readnonatomicassign

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

- (SYManeuverType) type
readnonatomicassign

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

- (SYRoad*) road
readnonatomicassign

The name of the road on which the SYManeuver takes place, nil if not available.

◆ nextRoad

- (SYRoad*) nextRoad
readnonatomicassign

The road to which the SYManeuver leads, nil if not available. If not available, it should be left blank.

◆ textColor

- (UIColor*) textColor
readnonatomicassign

Represents the text color of the maneuver description.

◆ backgroundColor

- (UIColor*) backgroundColor
readnonatomicassign

The background color of the maneuver description.

◆ borderColor

- (UIColor*) borderColor
readnonatomicassign

Represents the border color of the maneuver description.


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