TruckProfileDetails

Objective-C

struct {}

Swift

struct TruckProfileDetails

Constants indicating the Truck routing profile.

  • @details Truck weight in kg. By default is 0 and is not considered in routing

    Declaration

    Objective-C

    int mass

    Swift

    var mass: Int32
  • @details Truck height in cm. By default is 0 and is not considered in routing

    Declaration

    Objective-C

    int height

    Swift

    var height: Int32
  • @details Truck length in cm. By default is 0 and is not considered in routing

    Declaration

    Objective-C

    int length

    Swift

    var length: Int32
  • @details Truck width in cm. By default is 0 and is not considered in routing

    Declaration

    Objective-C

    int width

    Swift

    var width: Int32
  • @details Truck max weight / axle in kg. By default is 0 and is not considered in routing

    Declaration

    Objective-C

    int axleLoad

    Swift

    var axleLoad: Int32
  • @details Truck max speed im m/s. By default is 0 and is not considered in routing

    Declaration

    Objective-C

    double maxSpeed

    Swift

    var maxSpeed: Double