HciGisRouteSegment

data class HciGisRouteSegment(name: String?, rType: HafasGisRoadType, rNum: String?, ori: HafasGisOrientation?, man: HafasGisManeuver?, manTx: String, polyS: Int, polyE: Int, dist: Int, icoX: Int)

Properties

dist
Link copied to clipboard
val dist: Int

Distance for this leg in meter

icoX
Link copied to clipboard
val icoX: Int
man
Link copied to clipboard
val man: HafasGisManeuver?

Code for the manoeuvre to be executed

manTx
Link copied to clipboard
val manTx: String

Text description for the manoeuvre

name
Link copied to clipboard
val name: String?

Segment name for display

ori
Link copied to clipboard
val ori: HafasGisOrientation?

Orientation before the maneuver

polyE
Link copied to clipboard
val polyE: Int

End index into the polyline array

polyS
Link copied to clipboard
val polyS: Int

Starting index into the polyline array

rNum
Link copied to clipboard
val rNum: String?

Road number if available

rType
Link copied to clipboard
val rType: HafasGisRoadType

Road type for this segment