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:hazmatType:vehicleType:
 

Properties

NSInteger weight
 Represents a weight of vehicle. More...
 
SYHazardousMaterialsClassType hazmat
 Represents type of transported hazardous material. More...
 
SYLogisticVehicleType type
 Type of vehicle. More...
 

Detailed Description

Represents a profile of vehicle for retrieving potential road restrictions.

Method Documentation

◆ initWithWeight:hazmatType:vehicleType:

- (nonnull instancetype) initWithWeight: (NSInteger)  weight
hazmatType: (SYHazardousMaterialsClassType)  hazmat
vehicleType: (SYLogisticVehicleType)  type 

Property Documentation

◆ weight

- (NSInteger) weight
readwritenonatomicassign

Represents a weight of vehicle.

◆ hazmat

- (SYHazardousMaterialsClassType) hazmat
readwritenonatomicassign

Represents type of transported hazardous material.

◆ type

- (SYLogisticVehicleType) type
readwritenonatomicassign

Type of vehicle.


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