RoadObjectEdgeLocation

class 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.

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

percentAlongBegin
Link copied to clipboard
val percentAlongBegin: Double
offset from the start of edge (0 - 1) pointing to the beginning of road object on this edge.
percentAlongEnd
Link copied to clipboard
val percentAlongEnd: Double
offset from the start of edge (0 - 1) pointing to the end of road object on this edge.