HapiGisRoute

data class HapiGisRoute(dist: Int?, durS: Duration?, durR: Duration?, durST: Duration?, durW2C: Duration?, durW2D: Duration?, dirTxt: String?, dirGeo: Int?, edgeHashS: String?, edgeHashR: String?, seg: List<HapiGisRouteSegment>, Notes: List<HapiNote>, polyline: HapiPolyline?, polylineGroup: HapiPolylineGroup?, altPolyline: List<HapiPolyline>, altPolylineGrup: List<HapiPolylineGroup>)

Properties

altPolyline
Link copied to clipboard
val altPolyline: List<HapiPolyline>
altPolylineGrup
Link copied to clipboard
val altPolylineGrup: List<HapiPolylineGroup>
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.

dirTxt
Link copied to clipboard
val dirTxt: String?

Direction text

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.

durW2C
Link copied to clipboard
val durW2C: Duration?

Estimated walking time from the starting address to the parking place in seconds.

durW2D
Link copied to clipboard
val durW2D: Duration?

Estimated walking time from the destination parking place to the destination address in seconds.

edgeHashR
Link copied to clipboard
val edgeHashR: String?

Hash-Value over the edge list that represents the segments of the polyline for the current request.

edgeHashS
Link copied to clipboard
val edgeHashS: String?

Hash-Value over the edge list that represented the segments of the polyline when it was originally searched.

Notes
Link copied to clipboard
val Notes: List<HapiNote>
polyline
Link copied to clipboard
val polyline: HapiPolyline?
polylineGroup
Link copied to clipboard
val polylineGroup: HapiPolylineGroup?
seg
Link copied to clipboard
val seg: List<HapiGisRouteSegment>