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 |
SYWeight | totalCombinationWeight |
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 | suppressLastMile |
Option which disables Last Mile feature. Last Mile feature makes the routing ignore some road limitations close to endpoints. This is done to ensure that all endpoints are reached by algorithm. Default value is NO. More... | |
BOOL | useDeliveryZones |
Option which enables Delivery zones. Some endpoints can be reached only by entering delivery zones. This option controls this behavior. In case this is disabled and Last Mile feature is also disabled routing will return error in this case. Default value is NO. 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... | |
Contains options used when calculating a truck route.
|
readwritenonatomicassign |
Gross vehicle weight.
|
readwritenonatomicassign |
Weight per axle.
|
readwritenonatomicassign |
Tandem axle weight.
|
readwritenonatomicassign |
Tandem axle weight.
|
readwritenonatomicassign |
Other weight.
|
readwritenonatomicassign |
Unladen vehicle weight.
|
readwritenonatomicassign |
Total combination weight.
|
readwritenonatomicassign |
Total vehicle length.
|
readwritenonatomicassign |
Extreme axle length.
|
readwritenonatomicassign |
Trailer Length.
|
readwritenonatomicassign |
Tractor Length.
|
readwritenonatomicassign |
Kingpin to last axle.
|
readwritenonatomicassign |
Kingpin to middle of last tandem.
|
readwritenonatomicassign |
Kingpin to end of trailer (last trailer if applicable).
|
readwritenonatomicassign |
Other length.
|
readwritenonatomicassign |
Vehicle width.
|
readwritenonatomicassign |
Posted height.
|
readwritenonatomicassign |
ADR tunnel type. Default value is SYADRTunelTypeTypeUnknown
|
readwritenonatomicassign |
Hazardous material type. Default value is SYHazardousMaterialsClassTypeNone