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...
 
SYNearestAccessiblePointStrategyType napStrategyType
 Nearest accessible point (NAP) strategy. Default value is SYNearestAccessiblePointStrategyTypeDisabled. More...
 
SYRoutingService routingService
 Defines the preferred processing unit to compute the route. Default value is SYRoutingServiceAutomatic. 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...
 
NSArray< SYGeoPolyline * > * avoidPolylines
 Array of geographical polylines which have to be avoided. See also [SYRoute getPolylinesFromRouteSegments]. More...
 
NSUInteger maxSpeed
 The maximum speed of vehicle. Default and maximum allowed value is 255, if higher value set, default is used. Value 0 means no maximum speed limit. More...
 

Detailed Description

Contains options used when calculating a truck route.

Property Documentation

◆ totalWeight

- (SYWeight) totalWeight
readwritenonatomicassign

Gross vehicle weight.

◆ axleWeight

- (SYWeight) axleWeight
readwritenonatomicassign

Weight per axle.

◆ tandemWeight

- (SYWeight) tandemWeight
readwritenonatomicassign

Tandem axle weight.

◆ tridemWeight

- (SYWeight) tridemWeight
readwritenonatomicassign

Tandem axle weight.

◆ otherWeight

- (SYWeight) otherWeight
readwritenonatomicassign

Other weight.

◆ unladenWeight

- (SYWeight) unladenWeight
readwritenonatomicassign

Unladen vehicle weight.

◆ totalLength

- (SYLength) totalLength
readwritenonatomicassign

Total vehicle length.

◆ axleLength

- (SYLength) axleLength
readwritenonatomicassign

Extreme axle length.

◆ trailerLength

- (SYLength) trailerLength
readwritenonatomicassign

Trailer Length.

◆ tractorLength

- (SYLength) tractorLength
readwritenonatomicassign

Tractor Length.

◆ kingpinLastAxle

- (SYLength) kingpinLastAxle
readwritenonatomicassign

Kingpin to last axle.

◆ kingpinLastTandem

- (SYLength) kingpinLastTandem
readwritenonatomicassign

Kingpin to middle of last tandem.

◆ kingpinEndTrailer

- (SYLength) kingpinEndTrailer
readwritenonatomicassign

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

◆ otherLength

- (SYLength) otherLength
readwritenonatomicassign

Other length.

◆ width

- (SYLength) width
readwritenonatomicassign

Vehicle width.

◆ height

- (SYLength) height
readwritenonatomicassign

Posted height.

◆ tunnel

- (SYADRTunelTypeType) tunnel
readwritenonatomicassign

ADR tunnel type. Default value is SYADRTunelTypeTypeUnknown

◆ material

- (SYHazardousMaterialsClassType) material
readwritenonatomicassign

Hazardous material type. Default value is SYHazardousMaterialsClassTypeNone


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