Package de.jlnstrk.transit.api.hci.model.gis
Types
HciGis
Link copied to clipboard
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>)
Content copied to clipboard
HciGisLocation
Link copied to clipboard
data class HciGisLocation(loc: HciLocation, locMode: HciGisLocation.Mode, mode: HciGisFilter.Mode, transportMode: HciTransportMode, usageType: HciUsageType, locDurationOfStay: Duration?, placeType: HciMcpPlaceType?)
Content copied to clipboard
HciGisPreferredLocation
Link copied to clipboard
data class HciGisPreferredLocation(type: HciGis.Type, dLoc: HciLocation?, sLoc: HciLocation?)
Content copied to clipboard
HciGisProfile
Link copied to clipboard
data class HciGisProfile(type: HciGis.Type, attrExcl: String?, attrIncl: String?, checkInTime: Int?, checkOutTime: Int?, cost: Int?, durationOfStay: Int?, enabled: Boolean?, geometry: Int?, linDistRouting: Boolean?, maxdist: Int?, maxdur: Int?, mindist: Int?, opt: Int?, radius: Int?, route: String?, speed: Int?, waittime: Int?)
Content copied to clipboard
HciGisProvider
Link copied to clipboard
HciGisRouteSegment
Link copied to clipboard
data class HciGisRouteSegment(name: String?, rType: HafasGisRoadType, rNum: String?, ori: HafasGisOrientation?, man: HafasGisManeuver?, manTx: String, polyS: Int, polyE: Int, dist: Int, icoX: Int)
Content copied to clipboard