AdasEdgeAttributes

Edge Adas Attributes

Parameters

speedLimit

List of speed limits on the edge. Empty means no speed-limit data for the edge. Multiple values will have different conditions.

slopes

List of slope values with their positions on the edge. Position is a shape index, where integer part in an index of geometry segment is and fractional part is a position on the segment. Value is a slope in degrees

elevations

List of elevation values with their positions on the edge. Position is a shape index, where integer part in an index of geometry segment is and fractional part is a position on the segment. Value is an elevation in meters above sea level.

curvatures

List of curvature values with their positions on the edge. Position is a shape index, where integer part in an index of geometry segment is and fractional part is a position on the segment

isDividedRoad

A flag indicating if the edge is a divided road

isBuiltUpArea

A flag indicating if the edge is a built up area

formOfWay

Form Of Way information from ADAS tiles, may differ from the Valhalla value, but should be used for ADAS purposes. See FormOfWay.Type. If not set, then the value is not known

etc2

Road class in ETC2.0 format (Japan specific), see Etc2Road.Type

roadItems

Road items

Types

Link copied to clipboard
object Etc2Road

ETC2 road type.

Link copied to clipboard
object FormOfWay

Form of way type.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val etc2: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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

Indicates whether some other object is "equal to" this one.

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

Returns a hash code value for the object.

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

Returns a string representation of the object.