TruckAmenities (API Reference)
Package com.here.sdk.search
Class TruckAmenities
java.lang.Object
com.here.sdk.search.TruckAmenities
Truck amenities struct, represents availability (true/false) for each feature, except shower_count - number of showers, if data is available. Note: This is a BETA feature and thus subject to change.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanHas car washbooleanHas chemical toilet disposalbooleanHas high canopybooleanHas idle reduction systembooleanHas parkingbooleanHas power supplybooleanHas secure parkingbooleanHas showerbooleanHas truck scalesbooleanHas truck servicebooleanHas truck stopbooleanHas truck washbooleanHas WiFiShower count, if shower data is present -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hasParking
public boolean hasParkingHas parking
-
hasSecureParking
public boolean hasSecureParkingHas secure parking
-
hasCarWash
public boolean hasCarWashHas car wash
-
hasTruckWash
public boolean hasTruckWashHas truck wash
-
hasHighCanopy
public boolean hasHighCanopyHas high canopy
-
hasIdleReductionSystem
public boolean hasIdleReductionSystemHas idle reduction system
-
hasTruckScales
public boolean hasTruckScalesHas truck scales
-
hasPowerSupply
public boolean hasPowerSupplyHas power supply
-
hasChemicalToiletDisposal
public boolean hasChemicalToiletDisposalHas chemical toilet disposal
-
hasTruckStop
public boolean hasTruckStopHas truck stop
-
hasWifi
public boolean hasWifiHas WiFi
-
hasTruckService
public boolean hasTruckServiceHas truck service
-
hasShower
public boolean hasShowerHas shower
-
showerCount
Shower count, if shower data is present
-
-
Constructor Details
-
TruckAmenities
public TruckAmenities()Creates a new instance.
-
-
Method Details