Stop

@Serializable
data class Stop(val id: StopId, val name: String, val latitude: Double, val longitude: Double)

Stop

Since

1.0.0

Constructors

Link copied to clipboard
constructor(id: StopId, name: String, latitude: Double, longitude: Double)

Properties

Link copied to clipboard
val id: StopId

stop identifier

Link copied to clipboard

stop latitude

Link copied to clipboard

stop longitude

Link copied to clipboard

stop name