SYSpeedLimitInfo Class Reference

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

#import <SYNavigationSpeedLimitInfo.h>

Inheritance diagram for SYSpeedLimitInfo:
Collaboration diagram for SYSpeedLimitInfo:

Instance Methods

(instancetype) - initWithSpeedLimit:
 

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

Detailed Description

Represents the actuall speed limit on the route.

Method Documentation

◆ initWithSpeedLimit:()

- (instancetype) initWithSpeedLimit: (const Sygic::Navigation::SpeedLimitInfo &)  info

Provided by category SYSpeedLimitInfo(SDK).

Property Documentation

◆ country

- (SYSpeedLimitCountry) country
readnonatomicassign

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

◆ isInMunicipality

- (BOOL) isInMunicipality
readnonatomicassign

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

◆ nativeUnits

- (SYNativeSpeedLimitUnits) nativeUnits
readnonatomicassign

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

◆ speedLimit

- (SYSpeed) speedLimit
readnonatomicassign

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


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