HciGisProfile

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?)

Properties

attrExcl
Link copied to clipboard
val attrExcl: String?
attrIncl
Link copied to clipboard
val attrIncl: String?
checkInTime
Link copied to clipboard
val checkInTime: Int?
checkOutTime
Link copied to clipboard
val checkOutTime: Int?
cost
Link copied to clipboard
val cost: Int?
durationOfStay
Link copied to clipboard
val durationOfStay: Int?
enabled
Link copied to clipboard
val enabled: Boolean?
geometry
Link copied to clipboard
val geometry: Int?
linDistRouting
Link copied to clipboard
val linDistRouting: Boolean?
maxdist
Link copied to clipboard
val maxdist: Int?
maxdur
Link copied to clipboard
val maxdur: Int?
mindist
Link copied to clipboard
val mindist: Int?
opt
Link copied to clipboard
val opt: Int?
radius
Link copied to clipboard
val radius: Int?
route
Link copied to clipboard
val route: String?
speed
Link copied to clipboard
val speed: Int?
type
Link copied to clipboard
val type: HciGis.Type
waittime
Link copied to clipboard
val waittime: Int?