sdk-traffic / com.tomtom.online.sdk.traffic.flow.response / FunctionalRoadClass / fromInt

fromInt

@NonNull static fun fromInt(value: Int): FunctionalRoadClass

Static method used for searching through enum to check if passed value is valid. If no proper value is found method returns FunctionalRoadClass#INVALID.

Parameters

value - Int: integer that should return a proper functional road class.