Location
Types
Point
Link copied to clipboard
Station
Link copied to clipboard
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
Type
Link copied to clipboard