Class representing options violaded at route calculation.
More...
#import <SYRouteViolatedAvoidOptions.h>
|
| NSSet< NSNumber * > * | globalSettingsViolation |
| | SYAvoidType values stored as [NSNumber numberWithInteger:] for global routing avoids. Default value is SYAvoidTypeNone. More...
|
| |
| NSDictionary< SYCountryIso *, NSSet< NSNumber * > * > * | countrySettingsViolation |
| | Dictionary of country avoids (SYAvoidType values stored as [NSNumber numberWithInteger:]) per country. More...
|
| |
Class representing options violaded at route calculation.
◆ initWithSdkRouteViolation:()
| - (instancetype) initWithSdkRouteViolation: |
|
(Sygic::Router::RouteViolatedAvoidOptions) |
sdkViolation |
|
◆ countrySettingsViolation
| - (NSDictionary<SYCountryIso*,NSSet<NSNumber*>*>*) countrySettingsViolation |
|
readnonatomicassign |
Dictionary of country avoids (SYAvoidType values stored as [NSNumber numberWithInteger:]) per country.
◆ globalSettingsViolation
| - (NSSet<NSNumber*>*) globalSettingsViolation |
|
readnonatomicassign |
SYAvoidType values stored as [NSNumber numberWithInteger:] for global routing avoids. Default value is SYAvoidTypeNone.
The documentation for this class was generated from the following file:
- SYRouteViolatedAvoidOptions.h