![]() |
Dashcam SDK 1.0.7
Captures, recognizes and records road aigns.
|
#import <NMDCountry.h>
Inherits NSObject.
Instance Methods | |
(instancetype) | - NS_UNAVAILABLE |
Class Methods | |
(instancetype) | + NS_UNAVAILABLE |
Properties | |
NSString * | iso3Code |
NSString * | name |
NMDSpeedUnits | speedUnits |
NMDDistanceUnits | distanceUnits |
NMDDrivingSide | drivingSide |
A class representing a country.
- (instancetype) NS_UNAVAILABLE |
+ (instancetype) NS_UNAVAILABLE |
|
readnonatomicassign |
Specifies the distance units system used in the country.
|
readnonatomicassign |
Specifies if the counry has right or left driving side.
|
readnonatomiccopy |
ISO3 code.
|
readnonatomiccopy |
Name.
|
readnonatomicassign |
Specifies the speed units system used in the country.