class documentation
class Road__ClassificationValue(str, Enum):
Possible values of 'track_section'
| Constant | CURVE |
A curving road section |
| Constant | PARKING |
A parking lot or area |
| Constant | PROPERTY |
A property entrance |
| Constant | ROUNDABOUT |
A roundabout |
| Constant | STRAIGHT |
A straight road section |
| Constant | T |
A T intersection |
| Constant | X |
A crossing |