Class TruckAmenities
- Last UpdatedJun 10, 2025
- 2 minute read
Package com.here.sdk.search
- java.lang.Object
-
- com.here.sdk.search.TruckAmenities
-
public final class TruckAmenities extends java.lang.Object
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
Fields Modifier and Type Field Description boolean
hasCarWash
Has car washboolean
hasChemicalToiletDisposal
Has chemical toilet disposalboolean
hasHighCanopy
Has high canopyboolean
hasIdleReductionSystem
Has idle reduction systemboolean
hasParking
Has parkingboolean
hasPowerSupply
Has power supplyboolean
hasSecureParking
Has secure parkingboolean
hasShower
Has showerboolean
hasTruckScales
Has truck scalesboolean
hasTruckService
Has truck serviceboolean
hasTruckStop
Has truck stopboolean
hasTruckWash
Has truck washboolean
hasWifi
Has WiFijava.lang.Integer
showerCount
Shower count, if shower data is present
-
Constructor Summary
Constructors Constructor Description TruckAmenities()
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
hasParking
public boolean hasParking
Has parking
-
hasSecureParking
public boolean hasSecureParking
Has secure parking
-
hasCarWash
public boolean hasCarWash
Has car wash
-
hasTruckWash
public boolean hasTruckWash
Has truck wash
-
hasHighCanopy
public boolean hasHighCanopy
Has high canopy
-
hasIdleReductionSystem
public boolean hasIdleReductionSystem
Has idle reduction system
-
hasTruckScales
public boolean hasTruckScales
Has truck scales
-
hasPowerSupply
public boolean hasPowerSupply
Has power supply
-
hasChemicalToiletDisposal
public boolean hasChemicalToiletDisposal
Has chemical toilet disposal
-
hasTruckStop
public boolean hasTruckStop
Has truck stop
-
hasWifi
public boolean hasWifi
Has WiFi
-
hasTruckService
public boolean hasTruckService
Has truck service
-
hasShower
public boolean hasShower
Has shower
-
showerCount
@Nullable public java.lang.Integer showerCount
Shower count, if shower data is present
-
-