Station
data class Station(name: String?, place: String?, coordinates: Coordinates?, literalId: String?, numericId: Long, products: ProductSet?, lines: LineSet?, weight: Int?, isSubStation: Boolean) : Location, Comparable<Location.Station>
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
Properties
coordinates
Link copied to clipboard
isSubStation
Link copied to clipboard
products
Link copied to clipboard
type
Link copied to clipboard