SYRoutingOptionsTruck Class Reference

Contains options used when calculating a truck route. More...

#import <SYRoutingOptions.h>

Inheritance diagram for SYRoutingOptionsTruck:
Collaboration diagram for SYRoutingOptionsTruck:

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:
 

Detailed Description

Contains options used when calculating a truck route.

Property Documentation

◆ axleLength

- (SYLength) axleLength
readwritenonatomicassign

Extreme axle length.

◆ axleWeight

- (SYWeight) axleWeight
readwritenonatomicassign

Weight per axle.

◆ height

- (SYLength) height
readwritenonatomicassign

Posted height.

◆ kingpinEndTrailer

- (SYLength) kingpinEndTrailer
readwritenonatomicassign

Kingpin to end of trailer (last trailer if applicable).

◆ kingpinLastAxle

- (SYLength) kingpinLastAxle
readwritenonatomicassign

Kingpin to last axle.

◆ kingpinLastTandem

- (SYLength) kingpinLastTandem
readwritenonatomicassign

Kingpin to middle of last tandem.

◆ material

- (SYHazardousMaterialsClassType) material
readwritenonatomicassign

Hazardous material type. Default value is SYHazardousMaterialsClassTypeNone

◆ otherLength

- (SYLength) otherLength
readwritenonatomicassign

Other length.

◆ otherWeight

- (SYWeight) otherWeight
readwritenonatomicassign

Other weight.

◆ tandemWeight

- (SYWeight) tandemWeight
readwritenonatomicassign

Tandem axle weight.

◆ totalLength

- (SYLength) totalLength
readwritenonatomicassign

Total vehicle length.

◆ totalWeight

- (SYWeight) totalWeight
readwritenonatomicassign

Gross vehicle weight.

◆ tractorLength

- (SYLength) tractorLength
readwritenonatomicassign

Tractor Length.

◆ trailerLength

- (SYLength) trailerLength
readwritenonatomicassign

Trailer Length.

◆ tridemWeight

- (SYWeight) tridemWeight
readwritenonatomicassign

Tandem axle weight.

◆ tunnel

- (SYADRTunelTypeType) tunnel
readwritenonatomicassign

ADR tunnel type. Default value is SYADRTunelTypeTypeUnknown

◆ unladenWeight

- (SYWeight) unladenWeight
readwritenonatomicassign

Unladen vehicle weight.

◆ width

- (SYLength) width
readwritenonatomicassign

Vehicle width.


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