RoadspaceObject
data class RoadspaceObject(val id: RoadspaceObjectIdentifier, val type: RoadObjectType = RoadObjectType.NONE, val geometry: AbstractGeometry3D, val attributes: AttributeList)
Represents an object within the road space.
Parameters
geometry
geometry of the road space object
attributes
attributes containing information about the road space object
Constructors
Link copied to clipboard
fun RoadspaceObject(id: RoadspaceObjectIdentifier, type: RoadObjectType = RoadObjectType.NONE, geometry: AbstractGeometry3D, attributes: AttributeList)