SYVehicleProfile Class Reference

Represents a profile of vehicle for retrieving potential road restrictions. More...

#import <SYRoutingRoadDetail.h>

Inheritance diagram for SYVehicleProfile:
Collaboration diagram for SYVehicleProfile:

Instance Methods

(nonnull instancetype) - initWithWeight:vehicleType:hazmatSettings:
 

Properties

NSInteger weight
 Represents a weight of vehicle in kilograms. Default value is 1500. More...
 
SYLogisticVehicleType type
 Type of vehicle. Default value is SYLogisticVehicleTypeCar. More...
 
SYHazmatSettingshazmatSettings
 Settings related to hazardous material cargo. Default value is nil. More...
 

Detailed Description

Represents a profile of vehicle for retrieving potential road restrictions.

Method Documentation

◆ initWithWeight:vehicleType:hazmatSettings:

- (nonnull instancetype) initWithWeight: (NSInteger)  weight
vehicleType: (SYLogisticVehicleType)  type
hazmatSettings: (nullable SYHazmatSettings *)  hazmatSettings 

Property Documentation

◆ weight

- (NSInteger) weight
readwritenonatomicassign

Represents a weight of vehicle in kilograms. Default value is 1500.

◆ type

- (SYLogisticVehicleType) type
readwritenonatomicassign

Type of vehicle. Default value is SYLogisticVehicleTypeCar.

◆ hazmatSettings

- (SYHazmatSettings*) hazmatSettings
readwritenonatomicstrong

Settings related to hazardous material cargo. Default value is nil.


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