Certitude

enum Certitude : Enum<Certitude>

Indicates how sure the result can be assumed to be

Entries

Link copied to clipboard

It is an exact match with the road type. I.e., the tag filter for the road type matched.

Link copied to clipboard

The road type was inferred from the maxspeed given in the input

Link copied to clipboard

It can be assumed with reasonable certainty that the match is of the given road type. I.e., the fuzzy tag filter for the road type matched.

Link copied to clipboard

No road type matched, falling back to the default speed limit for "other roads". No tag filter matched.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int