Vehicle Dropoff Option
Types
Link copied to clipboard
data class OnStreetParking(isSuggested: Boolean, coords: Coords) : VehicleDropoffOption
Content copied to clipboard
Link copied to clipboard
data class VehicleStation(isSuggested: Boolean, vehicleStation: HireVehicleStation) : VehicleDropoffOption
Content copied to clipboard