Package de.jlnstrk.transit.api.hapi.model.location
Types
HapiCoordLocation
Link copied to clipboard
data class HapiCoordLocation(id: String?, extId: String?, name: String, type: HapiLocationType, lon: Double?, lat: Double?, dist: Int?, refinable: Boolean, matchValue: Int?, LocationNotes: List<HapiLocationNote>, links: List<HapiResourceLink>, icon: HapiIcon?) : HapiStopOrCoordLocation
Content copied to clipboard
The element CoordLocation specifies a coordinate based location in a result of a location request. It contains an output name, latitude, longitude and a type (address or point of interest). The coordinates and the name can be used as origin or destination parameters to perform a trip request.
HapiLocationNote
Link copied to clipboard
HapiLocationType
Link copied to clipboard
HapiStopLocation
Link copied to clipboard
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.
HapiStopOrCoordLocation
Link copied to clipboard
interface HapiStopOrCoordLocation
Content copied to clipboard