SYRoad Class Reference

#import <SYRoutingManeuver.h>

Inheritance diagram for SYRoad:
Collaboration diagram for SYRoad:

Instance Methods

(instancetype) - initWithRoadName:roadNumbers:country: [implementation]
 

Properties

NSString * roadName
 The name of the road on which the SYManeuver takes place, nil if not available. More...
 
NSArray< NSString * > * roadNumbers
 The numbers of the road on which the SYManeuver takes place. Sorted from most common. More...
 
SYCountryIso * country
 Country iso code of the country where the current road is. More...
 

Method Documentation

◆ initWithRoadName:roadNumbers:country:()

- (instancetype) initWithRoadName: (const std::string &)  roadName
roadNumbers: (const std::vector< std::string > &)  roadNumbers
country: (const std::string &)  iso 
implementation

Property Documentation

◆ country

- (SYCountryIso*) country
readnonatomicassign

Country iso code of the country where the current road is.

◆ roadName

- (NSString*) roadName
readnonatomicassign

The name of the road on which the SYManeuver takes place, nil if not available.

◆ roadNumbers

- (NSArray<NSString*>*) roadNumbers
readnonatomicassign

The numbers of the road on which the SYManeuver takes place. Sorted from most common.


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