Contains options used when calculating a truck route. More...
#import <SYRoutingOptions.h>


Properties | |
| SYWeight | totalWeight |
| SYWeight | axleWeight |
| SYWeight | tandemWeight |
| SYWeight | tridemWeight |
| SYWeight | otherWeight |
| SYWeight | unladenWeight |
| SYLength | totalLength |
| SYLength | axleLength |
| SYLength | trailerLength |
| SYLength | tractorLength |
| SYLength | kingpinLastAxle |
| SYLength | kingpinLastTandem |
| SYLength | kingpinEndTrailer |
| SYLength | otherLength |
| SYLength | width |
| SYLength | height |
| SYADRTunelTypeType | tunnel |
| SYHazardousMaterialsClassType | material |
Properties inherited from SYRoutingOptions | |
| SYRoutingType | routingType |
| Routing type for SYRoutingOptions. Default value is SYRoutingTypeFastest. More... | |
| SYTransportMode | transportMode |
| Transport mode for SYRoutingOptions. Default value is SYTransportModeCar. More... | |
| SYVehicleFuelType | fuel |
| SYEuropeanEmissionStandard | emission |
| NSUInteger | vehicleYear |
| NSSet< NSNumber * > * | globalAvoids |
| SYAvoidType values stored as [NSNumber numberWithInteger:] for global routing avoids. Default value is SYAvoidTypeNone. More... | |
| NSDictionary< SYCountryIso *, NSSet< NSNumber * > * > * | countryAvoids |
| Dictionary of country avoids (SYAvoidType values stored as [NSNumber numberWithInteger:]) per country. More... | |
| NSDate * | departureTime |
| The desired departure time. Set to nil to use current time. More... | |
| BOOL | computeAlternativeRoutes |
| Option to enable/disable alternative route calculation. Default value is YES. More... | |
| BOOL | suppressDetours |
| Allows us to suppress unnecessary detours on temporary closed roads when waiting for road to open is shorter than potential detour. Default value is NO. More... | |
| NSSet< SYRoadElement * > * | avoidRoadElements |
| Set to avoid specific road elements. More... | |
| NSSet< SYTrafficEvent * > * | avoidTrafficElements |
| Set to avoid some traffic events. More... | |
Additional Inherited Members | |
Instance Methods inherited from SYRoutingOptions | |
| (Sygic::Router::RouteComputeMode::Ptr) | - generateSdkRoutingMode |
| (instancetype) | - initWithSdkRoutingMode: |
| (void) | - fillGlobalSdkAvoids:toMode: |
| (void) | - fillCountrySdkAvoids:forCountry:toMode: |
Class Methods inherited from SYRoutingOptions | |
| (SYAvoidType) | + sdkOptionToAvoid: |
| (NSString *) | + routingTypeToString: |
| (NSString *) | + transportModeToString: |
| (SYTransportMode) | + fromSdkTransportMode: |
Contains options used when calculating a truck route.
|
readwritenonatomicassign |
Extreme axle length.
|
readwritenonatomicassign |
Weight per axle.
|
readwritenonatomicassign |
Posted height.
|
readwritenonatomicassign |
Kingpin to end of trailer (last trailer if applicable).
|
readwritenonatomicassign |
Kingpin to last axle.
|
readwritenonatomicassign |
Kingpin to middle of last tandem.
|
readwritenonatomicassign |
Hazardous material type. Default value is SYHazardousMaterialsClassTypeNone
|
readwritenonatomicassign |
Other length.
|
readwritenonatomicassign |
Other weight.
|
readwritenonatomicassign |
Tandem axle weight.
|
readwritenonatomicassign |
Total vehicle length.
|
readwritenonatomicassign |
Gross vehicle weight.
|
readwritenonatomicassign |
Tractor Length.
|
readwritenonatomicassign |
Trailer Length.
|
readwritenonatomicassign |
Tandem axle weight.
|
readwritenonatomicassign |
ADR tunnel type. Default value is SYADRTunelTypeTypeUnknown
|
readwritenonatomicassign |
Unladen vehicle weight.
|
readwritenonatomicassign |
Vehicle width.