HapiLocationRequest

sealed class HapiLocationRequest<Res : HapiResponse> : HapiRequest<Res>

Functions

clear
Link copied to clipboard
open override fun clear()
containsKey
Link copied to clipboard
open override fun containsKey(key: String): Boolean
containsValue
Link copied to clipboard
open override fun containsValue(value: String): Boolean
get
Link copied to clipboard
open operator override fun get(key: String): String?
isEmpty
Link copied to clipboard
open override fun isEmpty(): Boolean
put
Link copied to clipboard
open override fun put(key: String, value: String): String?
putAll
Link copied to clipboard
open override fun putAll(from: Map<out String, String>)
remove
Link copied to clipboard
open override fun remove(key: String): String?

Properties

accessId
Link copied to clipboard
var accessId: String?

Access ID for identifying the requesting client

entries
Link copied to clipboard
open override val entries: MutableSet<MutableMap.MutableEntry<String, String>>
keys
Link copied to clipboard
open override val keys: MutableSet<String>
lang
Link copied to clipboard
var lang: String?

The language of the journey planer

locationSelectionMode
Link copied to clipboard
var locationSelectionMode: String?

Selection mode for locations

maxNo
Link copied to clipboard
var maxNo: Int?

Maximum number of returned stops. Range from 1 to 1000

meta
Link copied to clipboard
var meta: String?

Filter by a predefined meta filter. If the rules of the predefined filter should not be negated, put ! in front of it

r
Link copied to clipboard
var r: Int?

Search radius in meter around the given coordinate if any

requestId
Link copied to clipboard
var requestId: String?

Request ID for identifying the request

sattributes
Link copied to clipboard
var sattributes: String?

Filter locations by one or more attribute codes. Multiple attribute codes are separated by comma. If the attribute should not be part of the location data, negate it by putting ! in front of it

size
Link copied to clipboard
open override val size: Int
type
Link copied to clipboard
var type: Set<HapiLocationType>?

Type filter for location types

values
Link copied to clipboard
open override val values: MutableCollection<String>

Inheritors

HapiLocationNameRequest
Link copied to clipboard
HapiLocationNearbyStopsRequest
Link copied to clipboard