Skip to main content

B1CityGraphIntersection

  • Represents a traffic intersection in the city graph, storing its index,
    * the junction lane indices, and the list of signal schedule phases.
PropertyTypeDescriptionMetadata
Indexint32Global index of this intersection in the city graph intersection array.Category: B1CityGraphIntersection
JunctionsTArrayList of lane indices that form the junction area of this intersection.Category: B1CityGraphIntersection
UnscheduledJunctionsTArrayList of lane indices that belong to the intersection but are not part of any signal schedule (e.g. U-turn lanes).Category: B1CityGraphIntersection
SchedulesTArrayList of signal schedule phases controlling traffic flow at this intersection.Category: B1CityGraphIntersection