get Direction At Intersection
Returns a road direction type in relation to the intersection: The road is leading up to an intersection - LEADING → --------------⦿ The road starts from an intersection - TRAILING → ⦿-------------- The road is leading up to and continues on from an intersection - LEADING_AND_TRAILING → → -------⦿------- The road is not part of the intersection - NONE ⦿
Return
A RoadDirectionAtIntersection
Parameters
intersection
The intersection as a Feature
road
The road as a Feature