LineDistanceInfo

class LineDistanceInfo : RoadObjectDistanceInfo

LineDistanceInfo contains information about distance to the road object represented as line.

Parameters

distanceToEntry

distance to the entry of the object

distanceToExit

distance to the most likely exit

distanceToEnd

distance to the end of the most distant exit

entryFromStart

confirms if we enter a line object from start or from some other point along

length

length of the object

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Returns a hash code value for the object.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

distanceInfoType
Link copied to clipboard
val distanceInfoType: Int
type of the distance info object
distanceToEnd
Link copied to clipboard
val distanceToEnd: Double
distance to the end of the most distant exit
distanceToEntry
Link copied to clipboard
val distanceToEntry: Double
distance to the entry of the object
distanceToExit
Link copied to clipboard
val distanceToExit: Double
distance to the most likely exit
distanceToStart
Link copied to clipboard
open override val distanceToStart: Double
distance to start of the object
entryFromStart
Link copied to clipboard
val entryFromStart: Boolean
confirms if we enter a line object from start or from some other point along
length
Link copied to clipboard
val length: Double
length of the object
roadObjectId
Link copied to clipboard
val roadObjectId: String
id of the road object
roadObjectType
Link copied to clipboard
val roadObjectType: Int
type of the road object