HciLocGeoReachRequest

data class HciLocGeoReachRequest(loc: HciLocation, date: LocalDate?, time: LocalTime?, period: Duration?, maxDur: Duration?, maxChg: Int?, officeGeoUnit: String?, step: Int?, mdoe: HciReachabilityMode?, frwd: Boolean?, filterEndWalks: Boolean?, bookingRestriction: Boolean?, getMapLayer: Boolean?, inInterval: Boolean?, jnyFltrL: List<HciJourneyFilter>, gisFltrL: List<HciGisFilter>) : HciServiceRequest<HciLocGeoReachResult>

Types

Companion
Link copied to clipboard
object Companion

Properties

bookingRestriction
Link copied to clipboard
var bookingRestriction: Boolean? = null
date
Link copied to clipboard
var date: LocalDate? = null
filterEndWalks
Link copied to clipboard
var filterEndWalks: Boolean? = null
frwd
Link copied to clipboard
var frwd: Boolean? = null
getMapLayer
Link copied to clipboard
var getMapLayer: Boolean? = null
gisFltrL
Link copied to clipboard
var gisFltrL: List<HciGisFilter>
inInterval
Link copied to clipboard
var inInterval: Boolean? = null
jnyFltrL
Link copied to clipboard
var jnyFltrL: List<HciJourneyFilter>
loc
Link copied to clipboard
val loc: HciLocation
maxChg
Link copied to clipboard
var maxChg: Int? = null
maxDur
Link copied to clipboard
var maxDur: Duration? = null
mdoe
Link copied to clipboard
var mdoe: HciReachabilityMode? = null
officeGeoUnit
Link copied to clipboard
var officeGeoUnit: String? = null
period
Link copied to clipboard
var period: Duration? = null
step
Link copied to clipboard
var step: Int? = null
time
Link copied to clipboard
var time: LocalTime? = null