HciLocGeoPosRequest

data class HciLocGeoPosRequest(centerCrd: HciCoord?, ring: HciGeoRing?, rect: HciGeoRectangle?, getStops: Boolean?, getPOIs: Boolean?, getEvents: Boolean?, maxLoc: Int?, zoom: Int?, date: LocalDate?, time: LocalTime?, period: Duration?, locFltrL: List<HciLocationFilter>) : HciServiceRequest<HciLocGeoPosResult>

Types

Companion
Link copied to clipboard
object Companion

Properties

centerCrd
Link copied to clipboard
var centerCrd: HciCoord? = null

The center coord to query from

date
Link copied to clipboard
var date: LocalDate? = null
getEvents
Link copied to clipboard
var getEvents: Boolean? = null

Whether events shall be returned

getPOIs
Link copied to clipboard
var getPOIs: Boolean? = null

Whether point of interest locations shall be returned

getStops
Link copied to clipboard
var getStops: Boolean? = null

Whether stop locations shall be returned

locFltrL
Link copied to clipboard
var locFltrL: List<HciLocationFilter>

Additional filters to be applied on returned locations

maxLoc
Link copied to clipboard
var maxLoc: Int? = null

The maximum number of locations to be returned

period
Link copied to clipboard
var period: Duration? = null
rect
Link copied to clipboard
var rect: HciGeoRectangle? = null

The geographic rectangle to query within

ring
Link copied to clipboard
var ring: HciGeoRing? = null

The geographic ring to query within

time
Link copied to clipboard
var time: LocalTime? = null
zoom
Link copied to clipboard
var zoom: Int? = null