RoadObjectEdgeLocation
RoadObjectEdgeLocation represents location of road object on the edge
Parameters
percentAlongBegin
offset from the start of edge (0 - 1) pointing to the beginning of road object on this edge. Will be 0 for all edges in the line-like road object except the very first one in the case of point-like object percentAlongBegin == percentAlongEnd.
percentAlongEnd
offset from the start of edge (0 - 1) pointing to the end of road object on this edge. Will be 1 for all edges in the line-like road object except the very first one in the case of point-like object percentAlongBegin == percentAlongEnd.