HapiLocationNameRequest

class HapiLocationNameRequest : HapiLocationRequest<HapiLocationList>

Types

Companion
Link copied to clipboard
object Companion

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

coordLat
Link copied to clipboard
var coordLat: Double?

Latitude of centre coordinate

coordLong
Link copied to clipboard
var coordLong: Double?

Longitude of centre coordinate

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

Filter modes for nearby searches

input
Link copied to clipboard
var input: String?

Search for that token

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

products
Link copied to clipboard
var products: Int?

Decimal value defining the product classes to be included in the search. It represents a bitmask combining bit number of a product as defined in the HAFAS raw data file zugart

r
Link copied to clipboard
var r: Int?

Search radius in meter around the given coordinate if any

refineId
Link copied to clipboard
var refineId: String?

In case of an refinable location, this value takes the ID of the refinable one of a previous result

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
stations
Link copied to clipboard
var stations: String?

Filter for stations. Matches if the given value is prefix of any station in the itinerary. Multiple values are separated by comma

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>