public class BikeRentalStation extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
allowDropoff |
int |
bikesAvailable |
String |
id |
float |
lat |
float |
lon |
String |
name |
Set<String> |
networks |
boolean |
realTimeData |
int |
spacesAvailable |
Constructor and Description |
---|
BikeRentalStation() |
Copyright © 2019. All rights reserved.