HapiLocationList

class HapiLocationList(stopLocationOrCoordLocation: List<HapiStopOrCoordLocation>) : HapiResponse

The location list contains either named coordinates or stops/stations with name and id as a result of a location request. The data of every list entry can be used for further trip or departureBoard requests.

Constructors

HapiLocationList
Link copied to clipboard
fun HapiLocationList(stopLocationOrCoordLocation: List<HapiStopOrCoordLocation>)

Properties

dialectVersion
Link copied to clipboard
val dialectVersion: String? = null
errorCode
Link copied to clipboard
val errorCode: String? = null
errorText
Link copied to clipboard
val errorText: String? = null
planRtTs
Link copied to clipboard
val planRtTs: Long? = null
requestId
Link copied to clipboard
val requestId: String? = null
serverVersion
Link copied to clipboard
val serverVersion: String? = null
stopLocationOrCoordLocation
Link copied to clipboard
TechnicalMessages
Link copied to clipboard
val TechnicalMessages: List<HapiPair>
version
Link copied to clipboard
val version: String? = null