public class BikePark extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
id
Unique ID of the bike park.
|
String |
name |
boolean |
realTimeData
Whether this station has space available information updated in real-time.
|
int |
spacesAvailable |
double |
x
Note: x = Longitude, y = Latitude
|
double |
y
Note: x = Longitude, y = Latitude
|
Constructor and Description |
---|
BikePark() |
public String id
public String name
public double x
public double y
public int spacesAvailable
public boolean realTimeData
Copyright © 2018. All rights reserved.