VehicleDropoffOption

sealed class VehicleDropoffOption

Types

Link copied to clipboard
data class OnStreetParking(isSuggested: Boolean, coords: Coords) : VehicleDropoffOption
Link copied to clipboard
data class VehicleStation(isSuggested: Boolean, vehicleStation: HireVehicleStation) : VehicleDropoffOption

Properties

Link copied to clipboard
abstract val coords: Coords
Link copied to clipboard
abstract val isSuggested: Boolean

Inheritors

Link copied to clipboard
Link copied to clipboard