![]() |
Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nullable instancetype) | - initWithName:routeNumber:roadClass:usage: |
Properties | |
NSString * | name |
NSString * | routeNumber |
NMRoadClass | roadClass |
NMRoadUsage | usage |
Interface describing a road.
- (nullable instancetype) initWithName: | (nullable NSString *) | name | |
routeNumber: | (nullable NSString *) | routeNumber | |
roadClass: | (NMRoadClass) | roadClass | |
usage: | (NMRoadUsage) | usage | |
Initializes the object with the specified parameters.
name | @nonnull Road name if available or empty string otherwise; |
routeNumber | @nonnull Route number if available or empty string otherwise; |
roadClass | Road class; |
usage | Road usage. |
|
readnonatomicstrong |
The name of the road if available or 'nil' otherwise.
|
readnonatomicassign |
The class of the road.
|
readnonatomicstrong |
The route number assigned to the road if available or 'nil' otherwise.
|
readnonatomicassign |
The usage of the road.