Package de.jlnstrk.transit.api.hapi.model.gis
Types
HapiGisEdge
Link copied to clipboard
HapiGisRoute
Link copied to clipboard
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>)
Content copied to clipboard
HapiGisRouteSegment
Link copied to clipboard
data class HapiGisRouteSegment(Notes: List<HapiNote>, Edge: List<HapiGisEdge>, name: String?, rType: HafasGisRoadType?, rNum: String?, man: HafasGisManeuver?, manTx: String?, manTargetName: String?, dirTx: String?, ori: HafasGisOrientation?, polyS: Int?, polyE: Int?, dist: Int?)
Content copied to clipboard