SYSpeedLimitInfo Class Reference

Represents the actuall speed limit on the route. More...

#import <SYNavigationSpeedLimitInfo.h>

Inheritance diagram for SYSpeedLimitInfo:
Collaboration diagram for SYSpeedLimitInfo:

Properties

SYSpeed speedLimit
 Get the speed limit in km/h. Zero if the speed limit is not available. More...
 
BOOL isInMunicipality
 Represents, if you are heading through Municipality, returns NO if you are not. More...
 
SYSpeedLimitCountry country
 Get the region, in which you want to see the speedlimit. More...
 
SYNativeSpeedLimitUnits nativeUnits
 Native speed limit units used in country where speed limit occurs. More...
 
SYSpeed nextSpeedLimit
 Next speed limit in km/h, which is coming soon on the same road. Zero if the value is absent. More...
 
SYDistance nextSpeedLimitDistance
 Distance (in meters) to the next speed limit. More...
 
SYGeoCoordinatenextSpeedLimitLocation
 Geographical coordinate where the next speed limit begins. More...
 

Detailed Description

Represents the actuall speed limit on the route.

Property Documentation

◆ speedLimit

- (SYSpeed) speedLimit
readnonatomicassign

Get the speed limit in km/h. Zero if the speed limit is not available.

◆ isInMunicipality

- (BOOL) isInMunicipality
readnonatomicassign

Represents, if you are heading through Municipality, returns NO if you are not.

◆ country

- (SYSpeedLimitCountry) country
readnonatomicassign

Get the region, in which you want to see the speedlimit.

◆ nativeUnits

- (SYNativeSpeedLimitUnits) nativeUnits
readnonatomicassign

Native speed limit units used in country where speed limit occurs.

◆ nextSpeedLimit

- (SYSpeed) nextSpeedLimit
readnonatomicassign

Next speed limit in km/h, which is coming soon on the same road. Zero if the value is absent.

◆ nextSpeedLimitDistance

- (SYDistance) nextSpeedLimitDistance
readnonatomicassign

Distance (in meters) to the next speed limit.

◆ nextSpeedLimitLocation

- (SYGeoCoordinate*) nextSpeedLimitLocation
readnonatomicassign

Geographical coordinate where the next speed limit begins.


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