NUNAV SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
NUNAV SDK
nunav-sdk-android
/
net.graphmasters.nunavsdk.ui.screens.navigation
/
ManeuverCardState
/
ManeuverInfo
/
SecondaryInfo
/
DestinationInfo
/
Parking
Parking
data
class
Parking
(
val
parkingLabel
:
String
,
val
destinationLabel
:
String
,
val
arrivalTimeSlot
:
ArrivalTimeSlotState
?
)
:
ManeuverCardState.ManeuverInfo.SecondaryInfo.DestinationInfo
Members
Constructors
Parking
Link copied to clipboard
constructor
(
parkingLabel
:
String
,
destinationLabel
:
String
,
arrivalTimeSlot
:
ArrivalTimeSlotState
?
)
Properties
arrival
Time
Slot
Link copied to clipboard
open
override
val
arrivalTimeSlot
:
ArrivalTimeSlotState
?
destination
Label
Link copied to clipboard
val
destinationLabel
:
String
parking
Label
Link copied to clipboard
val
parkingLabel
:
String