HapiStopLocation
data class HapiStopLocation(id: String, extId: String, hasMainMast: Boolean?, mainMastId: String?, mainMastExtId: String?, name: String, lon: Double?, lat: Double?, track: String?, weight: Int?, dist: Int?, products: Int?, meta: Boolean, refinable: Boolean, matchValue: Int?, entry: Boolean?, LocationNotes: List<HapiLocationNote>, Message: List<HapiMessage>, productAtStop: List<HapiProduct>, TariffResult: HapiTariffResult?, links: List<HapiResourceLink>, altId: List<String>, mainMastAltId: List<String>, timezoneOffset: ZoneOffset?) : HapiStopOrCoordLocation
Content copied to clipboard
The element StopLocation specifies a stop/station in a result of a location request.
Constructors
HapiStopLocation
Link copied to clipboard
fun HapiStopLocation(id: String, extId: String, hasMainMast: Boolean?, mainMastId: String?, mainMastExtId: String?, name: String, lon: Double?, lat: Double?, track: String?, weight: Int?, dist: Int?, products: Int?, meta: Boolean = false, refinable: Boolean = false, matchValue: Int?, entry: Boolean?, LocationNotes: List<HapiLocationNote> = emptyList(), Message: List<HapiMessage> = emptyList(), productAtStop: List<HapiProduct> = emptyList(), TariffResult: HapiTariffResult?, links: List<HapiResourceLink> = emptyList(), altId: List<String> = emptyList(), mainMastAltId: List<String> = emptyList(), timezoneOffset: ZoneOffset?)
Content copied to clipboard
Properties
hasMainMast
Link copied to clipboard
links
Link copied to clipboard
LocationNotes
Link copied to clipboard
mainMastAltId
Link copied to clipboard
mainMastExtId
Link copied to clipboard
mainMastId
Link copied to clipboard
matchValue
Link copied to clipboard
Message
Link copied to clipboard
productAtStop
Link copied to clipboard
TariffResult
Link copied to clipboard
timezoneOffset
Link copied to clipboard