@PublicPreview("2021.06") class Builder
Builder used to create an instance of VehicleRestrictions. Once constructed, the user cannot change the field values.
Builder()
Builder used to create an instance of VehicleRestrictions. Once constructed, the user cannot change the field values. |
fun build(): VehicleRestrictions
Creates a new instance of the VehicleRestrictions. |
|
fun isVehicleCommercial(isVehicleCommercial: Boolean): VehicleRestrictions.Builder
Specifies whether the vehicle is used for commercial purposes and thus may not be allowed to drive on some roads. |
|
fun vehicleAdrTunnelRestrictionCode(vehicleAdrTunnelRestrictionCode: VehicleAdrTunnelRestrictionCode): VehicleRestrictions.Builder
If vehicleAdrTunnelRestrictionCode is specified, the vehicle is subject to ADR tunnel restrictions. |
|
fun vehicleLoadType(vehicleLoadType: VehicleLoadType): VehicleRestrictions.Builder
Specifies the vehicle load type for route calculation. |
|
fun vehicleMaxSpeedInKph(vehicleMaxSpeedInKph: Int): VehicleRestrictions.Builder
Specifies maximum speed of the vehicle in km/hour. |