Types

Type
Link copied to clipboard
annotation class Type
Retention policy for the RoadObjectDistanceInfoType

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

GANTRY
Link copied to clipboard
const val GANTRY: Int = 0
Type of the GANTRY.
LINE
Link copied to clipboard
const val LINE: Int = 1
Type of the LINE.
POINT
Link copied to clipboard
const val POINT: Int = 2
Type of the POINT.
POLYGON
Link copied to clipboard
const val POLYGON: Int = 3
Type of the POLYGON.
SUB_GRAPH
Link copied to clipboard
const val SUB_GRAPH: Int = 4
Type of the SUB_GRAPH.