Represents a road element on the road. More...
#import <SYRoutingRoadElement.h>


Instance Methods | |
| (instancetype) | - initWithSdkElement: [implementation] |
Properties | |
| SYDistance | length |
| The length of SYRoadElement in meters. More... | |
| NSTimeInterval | duration |
| The duration of SYRoadElement in seconds based on average speed of the element. More... | |
| SYDistance | distance |
| The distance from start of SYRoute in meters. More... | |
| SYSpeed | speedLimit |
| The speed limit of SYRoadElement in kmh, or 0 if the information is not available. More... | |
| SYRoadElementDirection | direction |
| Direction of SYRoadElement. More... | |
| NSSet< NSNumber * > * | attributes |
| The colection of SYRoadElementAttribute. More... | |
| SYCountryIso * | country |
| Represents country iso code. More... | |
| NSString * | uniqueId |
| The unique identifier of SYRoadElement. More... | |
| NSString * | roadName |
| The name of the road element, or an empty string if the data is not available. More... | |
| SYGeoCoordinate * | from |
| From coordinate. More... | |
| SYGeoCoordinate * | to |
| To coordinate. More... | |
| BOOL | temporaryClosure |
| Indicates that element will be temporary closed when we reach it. More... | |
| Sygic::Router::RoadElementPtr | sdkRoadElementPtr [implementation] |
Represents a road element on the road.
|
implementation |
|
readnonatomicassign |
The colection of SYRoadElementAttribute.
|
readnonatomicassign |
Represents country iso code.
|
readnonatomicassign |
Direction of SYRoadElement.
|
readnonatomicassign |
The distance from start of SYRoute in meters.
|
readnonatomicassign |
The duration of SYRoadElement in seconds based on average speed of the element.
|
readnonatomicassign |
From coordinate.
|
readnonatomicassign |
The length of SYRoadElement in meters.
|
readnonatomicassign |
The name of the road element, or an empty string if the data is not available.
|
readwritenonatomicassignimplementation |
|
readnonatomicassign |
The speed limit of SYRoadElement in kmh, or 0 if the information is not available.
|
readnonatomicassign |
Indicates that element will be temporary closed when we reach it.
|
readnonatomicassign |
To coordinate.
|
readnonatomicassign |
The unique identifier of SYRoadElement.