roadSignSegment property
getter/setter pair
The reference to the segment where the road sign is located. It can be used to identify the
location of the road sign.
It allows to compare the road sign location with the MapMatchedLocation.segment_reference
provided by the NavigableLocationListener or with the Span.segmentReference
available in the Route's Span.
By combining it with the geometry of the segment, that can be loaded using
SegmentDataLoader, it is possible to identify the road sign's coordinates.
Implementation
SegmentReference roadSignSegment;