public class VehicleRentalStation extends RentalStation implements Serializable, Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| boolean | isBorderDropoffWhether or not this station is a border dropoff for routing purposes | 
| boolean | isFloatingVehicleWhether or not this rental station models a floating vehicle that is parked outside of a docking station on some
 StreetEdge. | 
| Locale | localeThis is used for localization. | 
| Set<String> | networksList of compatible network names. | 
| int | spacesAvailable | 
| int | vehiclesAvailable | 
allowDropoff, allowPickup, id, name, x, y| Constructor and Description | 
|---|
| VehicleRentalStation() | 
| Modifier and Type | Method and Description | 
|---|---|
| VehicleRentalStation | clone() | 
| boolean | equals(Object o) | 
| String | getName()Gets translated name of vehicle rental station based on locale | 
| int | hashCode() | 
| String | toString() | 
public int vehiclesAvailable
public int spacesAvailable
public boolean isFloatingVehicle
public Set<String> networks
public Locale locale
VehicleRental from URL parameter.
 Sets default locale on startpublic boolean isBorderDropoff
public VehicleRentalStation clone()
public String getName()
Copyright © 2020. All rights reserved.