LocationProperties

data class LocationProperties(val stopName: String? = null, val stopDesc: String? = null)(source)

Properties of a Location.

Constructors

Link copied to clipboard
constructor(stopName: String? = null, stopDesc: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "stop_desc")
val stopDesc: String?

Meaningful description of the location to help orient riders.

Link copied to clipboard
@SerialName(value = "stop_name")
val stopName: String?

Indicates the name of the location as displayed to riders.