HciGis

data class HciGis(dist: Int, durS: Duration, durR: Duration?, durST: Duration?, polyG: HciPolylineGroup?, getDescr: Boolean?, getPoly: Boolean?, ctx: String?, segL: List<HciGisRouteSegment>, gisPrvr: HciGisProvider?, dirGeo: Int?, sumLDrawStyleX: Int?, resLDrawStyleX: Int?, prodX: Int?, msgL: List<HciMessage>)

Types

Type
Link copied to clipboard
enum Type : Enum<HciGis.Type>

Properties

ctx
Link copied to clipboard
val ctx: String?
dirGeo
Link copied to clipboard
val dirGeo: Int?

Geographical direction of the route. The direction range is from 0 to 31 with 0 starting from the x-axis in mathematical positive direction

dist
Link copied to clipboard
val dist: Int

Distance for this GIS route in meter

durR
Link copied to clipboard
val durR: Duration?

Duration for this GIS route in seconds based on the realtime situation

durS
Link copied to clipboard
val durS: Duration

Duration for this GIS route in seconds

durST
Link copied to clipboard
val durST: Duration?

Estimated search time for a parking place in seconds

getDescr
Link copied to clipboard
val getDescr: Boolean?
getPoly
Link copied to clipboard
val getPoly: Boolean?
gisPrvr
Link copied to clipboard
val gisPrvr: HciGisProvider?

The type of provider of this GIS route

msgL
Link copied to clipboard
val msgL: List<HciMessage>
polyG
Link copied to clipboard
val polyG: HciPolylineGroup?
prodX
Link copied to clipboard
val prodX: Int?
resLDrawStyleX
Link copied to clipboard
val resLDrawStyleX: Int?
segL
Link copied to clipboard
val segL: List<HciGisRouteSegment>
sumLDrawStyleX
Link copied to clipboard
val sumLDrawStyleX: Int?