HciLocMatchRequest

data class HciLocMatchRequest(input: HciLocationInput, dts: HciLocMatchRequest.DataSource?, getProducts: Boolean?, cntry: String?, locFltrL: List<HciLocationFilter>) : HciServiceRequest<HciLocMatchResult>

Types

Companion
Link copied to clipboard
object Companion
DataSource
Link copied to clipboard
enum DataSource : Enum<HciLocMatchRequest.DataSource>

Properties

cntry
Link copied to clipboard
var cntry: String? = null

The country to match locations of

dts
Link copied to clipboard
var dts: HciLocMatchRequest.DataSource? = null

The data source to match against

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

Whether products of locations shall be returned

input
Link copied to clipboard
var input: HciLocationInput

The request input

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

Specifies filters to be applied on the returned locations