public class VehicleRentalStation extends RentalStation implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
isBorderDropoff
Whether or not this station is a border dropoff for routing purposes
|
boolean |
isFloatingVehicle
Whether or not this rental station models a floating vehicle that is parked outside of a docking station on some
StreetEdge.
|
Locale |
locale
This is used for localization.
|
Set<String> |
networks
List 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.