public abstract class RentalStation extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
allowDropoff |
boolean |
allowPickup |
String |
id |
I18NString |
name |
Set<String> |
networks
List of compatible network names.
|
double |
x |
double |
y |
Constructor and Description |
---|
RentalStation() |
public String id
public I18NString name
public double x
public double y
public boolean allowDropoff
public boolean allowPickup
Copyright © 2020. All rights reserved.