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

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val percentAlongBegin: Double
Link copied to clipboard
val percentAlongEnd: Double