HapiCoordLocation
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.
Constructors
HapiCoordLocation
Link copied to clipboard
fun HapiCoordLocation(id: String?, extId: String?, name: String, type: HapiLocationType, lon: Double?, lat: Double?, dist: Int?, refinable: Boolean = false, matchValue: Int?, LocationNotes: List<HapiLocationNote> = emptyList(), links: List<HapiResourceLink> = emptyList(), icon: HapiIcon?)
Content copied to clipboard
Properties
links
Link copied to clipboard
LocationNotes
Link copied to clipboard
matchValue
Link copied to clipboard
type
Link copied to clipboard