GeneralRoadElements

fun GeneralRoadElements(    id: Int,     pathId: Int,     startOffset: Distance,     endOffset: Distance,     numLanesDrivingDirection: Int? = null,     numLanesOppositeDirection: Int? = null,     functionalRoadClass: Int? = null,     adminRoadClass: GeneralRoadElements.AdminRoadClassType? = null,     formOfWay: GeneralRoadElements.FormOfWayType? = null,     roadCondition: GeneralRoadElements.RoadConditionType? = null,     isRightHandDriving: Boolean,     tunnel: Boolean,     bridge: Boolean,     overpass: Boolean,     underpass: Boolean,     dividedRoad: Boolean,     transitProhibited: Boolean,     tollRoad: Boolean,     urbanArea: Boolean,     complexIntersection: Boolean,     trail: Boolean)

Creates a GeneralRoadElements horizon element.

Important: This is a Public Preview API. It may be changed or removed at any time.