SYTruckAidInfo Class Reference

Information about upcoming restriction on predicted trajectory or close to it. This is intended to provide early warning about upcoming important junctions or restrictions located on predicted path. Note: Restrictions might not have immediate effect after maneuver is undertaken, but can start later on. More...

#import <SYNavigationTruckAidInfo.h>

Inheritance diagram for SYTruckAidInfo:
Collaboration diagram for SYTruckAidInfo:

Properties

SYGeoCoordinatemaneuverPosition
 The geographical location of the maneuver. More...
 
SYGeoCoordinaterestrictionPosition
 The geographical location of the restriction. More...
 
SYCountryIso * iso
 Country iso code of the country where the current position is. More...
 
SYRestrictionType restrictionType
 Specifies the type of restriction which tagged road imposes. More...
 
SYTurnClassification turnClassification
 Specifies what kind of turn would have to be done to reach referenced road. More...
 
SYTruckAidImportance importance
 Specifies hierarchic classification of restricted road based on road quality. More...
 
NSInteger restrictionValue
 Specifies restriction treshold of referenced road. More...
 
NSInteger junctionIndex
 Index of junction on which this maneuver branches from predicted trajectory on current route (if engine is in freeway mode value is -1). More...
 
SYDistance distanceToManeuver
 Distance to maneuver on predicted trajectory. More...
 
SYDistance distanceToProhibitedElement
 Distance to prohibited road (this doesn't have to match distanceToManeuver attribute). More...
 
BOOL restrictedRoad
 Indicates whether restriction lies on currently predicted trajectory. More...
 

Detailed Description

Information about upcoming restriction on predicted trajectory or close to it. This is intended to provide early warning about upcoming important junctions or restrictions located on predicted path. Note: Restrictions might not have immediate effect after maneuver is undertaken, but can start later on.

Property Documentation

◆ maneuverPosition

- (SYGeoCoordinate*) maneuverPosition
readnonatomicassign

The geographical location of the maneuver.

◆ restrictionPosition

- (SYGeoCoordinate*) restrictionPosition
readnonatomicassign

The geographical location of the restriction.

◆ iso

- (SYCountryIso*) iso
readnonatomicassign

Country iso code of the country where the current position is.

◆ restrictionType

- (SYRestrictionType) restrictionType
readnonatomicassign

Specifies the type of restriction which tagged road imposes.

◆ turnClassification

- (SYTurnClassification) turnClassification
readnonatomicassign

Specifies what kind of turn would have to be done to reach referenced road.

◆ importance

- (SYTruckAidImportance) importance
readnonatomicassign

Specifies hierarchic classification of restricted road based on road quality.

◆ restrictionValue

- (NSInteger) restrictionValue
readnonatomicassign

Specifies restriction treshold of referenced road.

◆ junctionIndex

- (NSInteger) junctionIndex
readnonatomicassign

Index of junction on which this maneuver branches from predicted trajectory on current route (if engine is in freeway mode value is -1).

◆ distanceToManeuver

- (SYDistance) distanceToManeuver
readnonatomicassign

Distance to maneuver on predicted trajectory.

◆ distanceToProhibitedElement

- (SYDistance) distanceToProhibitedElement
readnonatomicassign

Distance to prohibited road (this doesn't have to match distanceToManeuver attribute).

◆ restrictedRoad

- (BOOL) restrictedRoad
readnonatomicassign

Indicates whether restriction lies on currently predicted trajectory.


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