Station
data class Station(val stationId: String, val name: String, val shortName: String? = null, val lat: Double, val lon: Double, val address: String? = null, val crossStreet: String? = null, val regionId: String? = null, val postalCode: String? = null, val rentalMethods: List<RentalMethod>? = null, val capacity: Int? = null, val rentalUris: RentalUris? = null)(source)
Information about a single station.
Constructors
Link copied to clipboard
constructor(stationId: String, name: String, shortName: String? = null, lat: Double, lon: Double, address: String? = null, crossStreet: String? = null, regionId: String? = null, postalCode: String? = null, rentalMethods: List<RentalMethod>? = null, capacity: Int? = null, rentalUris: RentalUris? = null)
Properties
Link copied to clipboard
Cross street or landmark where the station is located.
Link copied to clipboard
Postal code where the station is located.
Link copied to clipboard
Identifier of the region where station is located. See system_regions.json.
Link copied to clipboard
Payment methods accepted at this station.
Link copied to clipboard
Contains rental URIs for Android, iOS, and web.
Link copied to clipboard
Short name or other type of identifier.
Link copied to clipboard
Identifier of a station.