Skip to main content

B1CityGraphRoad

  • Represents a road segment in the city graph, storing its index, category,
    * bidirectionality, length, connected node indices, and lane index range.
PropertyTypeDescriptionMetadata
Indexint32Global index of this road in the city graph road array.Category: B1CityGraphRoad
CategoryEB1CityGraphCategoryTraffic category flags applicable to this road.Category: B1CityGraphRoad
bBidirectionalboolWhether this road supports two-way traffic.Category: B1CityGraphRoad
LengthfloatTotal length of this road segment in world units.Category: B1CityGraphRoad
FromNodeIndexint32Index of the FB1CityGraphNode at the start of this road.Category: B1CityGraphRoad
ToNodeIndexint32Index of the FB1CityGraphNode at the end of this road.Category: B1CityGraphRoad
BeginLaneIndexint32Index of the first FB1CityGraphLane belonging to this road.Category: B1CityGraphRoad
EndLaneIndexint32Index of the last FB1CityGraphLane belonging to this road.Category: B1CityGraphRoad
UIDFNameUnique named identifier for this road.Category: B1CityGraphRoad