Package de.jlnstrk.transit.api.hci.model.geo

Types

HciCoord
Link copied to clipboard
data class HciCoord(x: Long, y: Long, z: Long?, layerX: Int?, crdSysX: Int?, floor: Int?, viewAlternatives: List<HciGraphNode>)
HciCoordSystem
Link copied to clipboard
data class HciCoordSystem(index: Int, id: String?, name: String?, picture: String?, type: HciCoord.Type, dim: Int?)
HciGeoRectangle
Link copied to clipboard
data class HciGeoRectangle(llCrd: HciCoord, urCrd: HciCoord)
HciGeoRing
Link copied to clipboard
data class HciGeoRing(cCrd: HciCoord, minDist: Int?, maxDist: Int)
HciLayer
Link copied to clipboard
data class HciLayer(id: String, name: String, index: Int, annoCnt: Int)
HciMapLayer
Link copied to clipboard
data class HciMapLayer(alpha: Int?, attrb: String?, extent: HciGeoRectangle?, icoX: Int?, id: String, initBox: HciGeoRectangle?, lbl: String?, proj: HciMapLayer.Projection?, subd: List<String>, type: String?, url: String?, zoomMin: Int?, zoomMax: Int?)